Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-24 | Replace failure handling with up-front check. | Philipp Hagemeister | |
The only time that write_string should fail is if the Python is completely braindead. Check for that condition and output a more accurate warning. See #3326 for details. | |||
2014-07-24 | Add --rm-cache-dir | Philipp Hagemeister | |
2014-07-24 | deprecate --title | Philipp Hagemeister | |
This is the default already. If you want a specific format, pick it with -o or --id. | |||
2014-07-24 | Reorder filesytem options | Philipp Hagemeister | |
* Push down the deprecated ones * Roughly order file-name, no-*, write-*, further options | |||
2014-07-24 | Group cache-related options under filesystem | Philipp Hagemeister | |
2014-07-24 | Regroup and hide workaround options | Philipp Hagemeister | |
These options are rarely necessary. Hide them to make the important options in the general group more obvious. | |||
2014-07-24 | [test_youtube_signatures] Modernize | Philipp Hagemeister | |
2014-07-24 | [jsinterp] Do not expect dot in simple function call | Philipp Hagemeister | |
2014-07-24 | release 2014.07.242014.07.24 | Philipp Hagemeister | |
2014-07-24 | [jsinterp] 'reverse' modifies the array in place (fixes #3334) | Jaime Marquínez Ferrándiz | |
2014-07-24 | [jsinterp] Implement splice and general improvement | Philipp Hagemeister | |
I still get 403s on YouTube though. | |||
2014-07-23 | [krasview] Add extractor (Closes #3313) | Sergey M․ | |
2014-07-23 | [youtube] Extract the 'sts' parameter from the webpage (fixes #3327) | Jaime Marquínez Ferrándiz | |
2014-07-23 | [ffmpeg] PEP8 and a more obvious variable name | Philipp Hagemeister | |
2014-07-23 | Deletes temp files after postprocess merge unless -k option is specified | rupertbaxter2 | |
2014-07-23 | Remove legacy FileDownloader (Closes #2964) | Philipp Hagemeister | |
2014-07-23 | Remove unused imports | Philipp Hagemeister | |
2014-07-23 | [wdr] fix up imports | Philipp Hagemeister | |
2014-07-23 | Do not import from legacy FileDownloader class | Philipp Hagemeister | |
2014-07-23 | release 2014.07.23.22014.07.23.2 | Philipp Hagemeister | |
2014-07-23 | [YoutubeDL] Make sure we really, really get out the encoding string | Philipp Hagemeister | |
Fixes #3326 Apparently, on some platforms, even outputting this fails already. | |||
2014-07-23 | [youtube] Support new player URLs (Fixes #3326) | Philipp Hagemeister | |
2014-07-23 | [jsinterp] Allow digits in function names | Philipp Hagemeister | |
2014-07-23 | [rtlnow] Simplify outdated test | Philipp Hagemeister | |
2014-07-23 | [wdr] Fix umlaut parsing on Python 2.x | Philipp Hagemeister | |
2014-07-23 | [nbc] Add missing import | Philipp Hagemeister | |
2014-07-23 | [soundcloud:playlist] Fix test description | Philipp Hagemeister | |
2014-07-23 | [test/helper] Do not use deprecated method | Philipp Hagemeister | |
2014-07-23 | [soundcloud] Adapt test | Philipp Hagemeister | |
2014-07-23 | [sockshare] Fix ext | Philipp Hagemeister | |
2014-07-23 | [savefrom] Make test description more flexible | Philipp Hagemeister | |
2014-07-23 | release 2014.07.23.12014.07.23.1 | Philipp Hagemeister | |
2014-07-23 | [vube] Fix comment count | Philipp Hagemeister | |
2014-07-23 | release 2014.07.232014.07.23 | Philipp Hagemeister | |
2014-07-23 | [vube] Add support for new data format (Fixes #3325) | Philipp Hagemeister | |
2014-07-22 | [mlb] Fix regex | Philipp Hagemeister | |
2014-07-22 | Merge remote-tracking branch 'upstream/master' into MLB | Charles Chen | |
Conflicts: youtube_dl/extractor/mlb.py | |||
2014-07-22 | [MLB] Enhanced _VALID_URL to cover more MLB videos | Charles Chen | |
2014-07-22 | [cbs] Modernize | Philipp Hagemeister | |
Also add threatening skip blocks in there - access is only possible from the US. We may want to find a better geolocation restriction method for tests. | |||
2014-07-22 | Merge remote-tracking branch 'jterk/cbs-artists' | Philipp Hagemeister | |
2014-07-22 | Support Alternative cbs.com URL Format | Jason Terk | |
Adds support for cbs.com URLs containing "/artist" instead of "/video". E.g.: http://www.cbs.com/shows/liveonletterman/artist/221752/st-vincent/ | |||
2014-07-22 | release 2014.07.222014.07.22 | Philipp Hagemeister | |
2014-07-22 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-07-22 | [kickstarter] Support embedded videos (Fixes #3322) | Philipp Hagemeister | |
2014-07-22 | [vodlocker] Fix _VALID_URL | Sergey M․ | |
2014-07-22 | Add another great example for the --extractor-descriptions output | Philipp Hagemeister | |
2014-07-21 | [br] Allow '_' in the url (fixes #3311) | Jaime Marquínez Ferrándiz | |
2014-07-21 | release 2014.07.212014.07.21 | Philipp Hagemeister | |
2014-07-21 | [nbcnews] Look in all playlists for video | Philipp Hagemeister | |
2014-07-21 | [dropbox] Fix title encoding on Python 2 | Philipp Hagemeister | |