Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [ard] Make more robust against missing thumbnails | Philipp Hagemeister | 2014-09-13 | 1 | -0/+11 | |
| | | | | | | | | I cannot reproduce this error, it's from travis. | |||||
* | | [utils] Fix find_xpath_attr on 2.6 | Philipp Hagemeister | 2014-09-13 | 1 | -0/+5 | |
|/ | ||||||
* | [utils] Default SSL to TLS. (Fixes #3727) | Philipp Hagemeister | 2014-09-12 | 1 | -3/+9 | |
| | | | | | | | On 2.x, we now try TLS first, and fall back to the compat 23 (basically anything) afterwards. On 3.4+, we now use the proper function so that we get all the latest security configurations. We allow SSLv3 though for the time being, since a lot of older pages use that. On 3.3, we default to SSLv23 (basically "anything, including TLS") because that has the widest compatibility. | |||||
* | [youtube] Move cache into its own module | Philipp Hagemeister | 2014-09-03 | 1 | -6/+0 | |
| | ||||||
* | [utils] Make parse_duration case insensitive | Sergey M․ | 2014-09-03 | 1 | -1/+1 | |
| | ||||||
* | [tvigle] Adapt to the new API | Sergey M․ | 2014-09-03 | 1 | -1/+1 | |
| | ||||||
* | [utils] Use flock instead of lockf (Fixes #3621) | Philipp Hagemeister | 2014-09-01 | 1 | -2/+2 | |
| | ||||||
* | [eporner] Simplify and correct (#3629) | Philipp Hagemeister | 2014-08-31 | 1 | -0/+1 | |
| | ||||||
* | [utils] Improve parse_duration | Sergey M․ | 2014-08-31 | 1 | -1/+3 | |
| | ||||||
* | [utils] Modernize tests | Philipp Hagemeister | 2014-08-27 | 1 | -26/+22 | |
| | ||||||
* | [utils] Let request headers override standard headers | Philipp Hagemeister | 2014-08-26 | 1 | -4/+3 | |
| | | | | What was I thinking when writing this? | |||||
* | [generic] Fix rss under Python 2.x and move test to extractor | Philipp Hagemeister | 2014-08-25 | 1 | -1/+14 | |
| | ||||||
* | [rtlnl] Extract duration | Philipp Hagemeister | 2014-08-25 | 1 | -1/+3 | |
| | ||||||
* | [execafterdownload] Simplify (#3569) | Philipp Hagemeister | 2014-08-25 | 1 | -0/+7 | |
| | ||||||
* | [expotv] Add new extractor (Fixes #3552) | Philipp Hagemeister | 2014-08-24 | 1 | -0/+1 | |
| | ||||||
* | [rtve] Add support for live stream | Philipp Hagemeister | 2014-08-22 | 1 | -0/+6 | |
| | | | | | | At the moment, only RTVE-1 seems to work flawlessly. -2 seems geoblocked right now. -TDP doesn't seem to be available outside of Spain. | |||||
* | [patreon] Simplify (#3390) | Philipp Hagemeister | 2014-08-22 | 1 | -0/+28 | |
| | ||||||
* | [utils] Add missing mode and encoding arguments | Sergey M․ | 2014-08-21 | 1 | -8/+14 | |
| | ||||||
* | [utils] Make JSON file writes atomic (Fixes #3549) | Philipp Hagemeister | 2014-08-21 | 1 | -11/+30 | |
| | ||||||
* | [jove] Simplify, extract full description and add test for video that ↵ | Sergey M․ | 2014-08-19 | 1 | -0/+1 | |
| | | | | requires subscription | |||||
* | [appletrailers] Support height-less videos | Philipp Hagemeister | 2014-08-10 | 1 | -0/+3 | |
| | ||||||
* | [reverbnation] The 'uploader_id' field must be a string | Jaime Marquínez Ferrándiz | 2014-08-10 | 1 | -0/+3 | |
| | ||||||
* | [izlesene] Minor changes | Sergey M․ | 2014-08-01 | 1 | -0/+2 | |
| | ||||||
* | [livestream] Parse SMIL (#2713) | Philipp Hagemeister | 2014-07-25 | 1 | -2/+2 | |
| | ||||||
* | [dropbox] Fix title encoding on Python 2 | Philipp Hagemeister | 2014-07-21 | 1 | -7/+14 | |
| | ||||||
* | [snotr] PEP8 and minor fixes (#3296) | Philipp Hagemeister | 2014-07-21 | 1 | -11/+11 | |
| | ||||||
* | [utils] Add None check in str_to_int | Sergey M․ | 2014-07-18 | 1 | -0/+2 | |
| | ||||||
* | Fix utils.strip_jsonp | Filippo Valsorda | 2014-07-14 | 1 | -1/+1 | |
| | ||||||
* | [ReverbNation] Add new IE - closes #2250 | Filippo Valsorda | 2014-07-13 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'tobidope/gameone' | Philipp Hagemeister | 2014-07-11 | 1 | -3/+3 | |
|\ | ||||||
| * | [gameone] Added timestamp extraction | Tobias Bell | 2014-05-17 | 1 | -3/+3 | |
| | | ||||||
* | | [Motherless] simplify | Petr Půlpán | 2014-06-28 | 1 | -0/+3 | |
| | | ||||||
* | | [ffmpeg] Correct argument encoding on Windows with Python 2.x | Philipp Hagemeister | 2014-05-16 | 1 | -0/+10 | |
| | | | | | | | | Fixes #2924 | |||||
* | | Provide compatibility check_output for 2.6 (Fixes #2926) | Philipp Hagemeister | 2014-05-16 | 1 | -0/+12 | |
|/ | ||||||
* | [utils/_windows_write_string] Be defensive about fileno (Fixes #2820) | Philipp Hagemeister | 2014-04-30 | 1 | -1/+5 | |
| | ||||||
* | [YoutubeDL] Do not require default output template to be set | Philipp Hagemeister | 2014-04-30 | 1 | -0/+2 | |
| | ||||||
* | [youtube] Include video Id in common error message (Fixes #2786) | Philipp Hagemeister | 2014-04-21 | 1 | -1/+4 | |
| | ||||||
* | [bilibili] Add preliminary support (#2174) | Philipp Hagemeister | 2014-04-21 | 1 | -1/+4 | |
| | | | | The URL http://www.bilibili.tv/video/av636603/index_2.html does not work yet. | |||||
* | [clubic] Add extractor (Fixes #2773) | Philipp Hagemeister | 2014-04-21 | 1 | -0/+11 | |
| | ||||||
* | [utils] Fix _windows_write_string (Fixes #2779) | Philipp Hagemeister | 2014-04-21 | 1 | -7/+16 | |
| | | | | | It turns out that the function did not work for outputs longer than 1024 UCS-2 tokens. Write non-BMP characters one by one to ensure that we count correctly. | |||||
* | Fix Windows output for non-BMP unicode characters | Philipp Hagemeister | 2014-04-07 | 1 | -2/+5 | |
| | ||||||
* | [utils] Completely rewrite Windows output (Fixes #2672) | Philipp Hagemeister | 2014-04-07 | 1 | -0/+60 | |
| | ||||||
* | Use our own encoding when writing strings | Philipp Hagemeister | 2014-04-07 | 1 | -14/+7 | |
| | ||||||
* | Use --encoding when outputting | Philipp Hagemeister | 2014-04-07 | 1 | -5/+8 | |
| | ||||||
* | Fix unicode_escape (Fixes #2695) | Philipp Hagemeister | 2014-04-04 | 1 | -1/+4 | |
| | ||||||
* | [cnet] Add new extractor (Fixes #2679) | Philipp Hagemeister | 2014-04-03 | 1 | -4/+4 | |
| | ||||||
* | [utils] Correct decoding of large unicode codepoints in uppercase_escape ↵ | Philipp Hagemeister | 2014-04-01 | 1 | -2/+2 | |
| | | | | (Fixes #2664) | |||||
* | Add new --encoding option (Fixes #2650) | Philipp Hagemeister | 2014-03-30 | 1 | -1/+0 | |
| | ||||||
* | [comedycentral] Duration can now be a float (Fixes #2647) | Philipp Hagemeister | 2014-03-28 | 1 | -0/+4 | |
| | ||||||
* | [washingtonpost] Add extractor (Fixes #2622) | Philipp Hagemeister | 2014-03-24 | 1 | -0/+4 | |
| |