Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [izlesene] Add new extractor. Closes #3184 | Naglis Jonaitis | 2014-07-26 | 2 | -0/+95 |
| | |||||
* | [abc] Add extractor (closes #3361) | Jaime Marquínez Ferrándiz | 2014-07-26 | 2 | -0/+49 |
| | |||||
* | [YouTubeDL] Best practices (Closes #3370) | Philipp Hagemeister | 2014-07-25 | 1 | -3/+3 |
| | |||||
* | [tvplay] Add extractor (Closes #3245) | Sergey M․ | 2014-07-25 | 2 | -0/+86 |
| | |||||
* | [livestream] Do not fail if SMIL download fails | Philipp Hagemeister | 2014-07-25 | 1 | -35/+44 |
| | |||||
* | [livestream] Make clipBegin optional in SMIL | Philipp Hagemeister | 2014-07-25 | 1 | -2/+4 |
| | |||||
* | [justin.tv] Fix page reporting (#3352) | Philipp Hagemeister | 2014-07-25 | 1 | -8/+9 |
| | | | | youtube-dl -j http://www.twitch.tv/fang_i3anger still fails though. | ||||
* | [livestream] Parse SMIL (#2713) | Philipp Hagemeister | 2014-07-25 | 2 | -10/+64 |
| | |||||
* | release 2014.07.25.1 | Philipp Hagemeister | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | [gdcvault] Add support for direct URL video type | Philipp Hagemeister | 2014-07-25 | 1 | -5/+37 |
| | | | | Fixes #3356 | ||||
* | [extractor/common] PEP8 | Philipp Hagemeister | 2014-07-25 | 1 | -1/+2 |
| | |||||
* | release 2014.07.25 | Philipp Hagemeister | 2014-07-25 | 2 | -28/+32 |
| | |||||
* | [jsinterp] Fix slice | Philipp Hagemeister | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | [jsinterp] Add new testcase | Philipp Hagemeister | 2014-07-25 | 1 | -1/+7 |
| | |||||
* | [jsinterp] Allow uppercase object names | Philipp Hagemeister | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | [youtube] Fix player ID display | Philipp Hagemeister | 2014-07-25 | 1 | -1/+2 |
| | |||||
* | [shared] Add extractor (Closes #3312) | Sergey M․ | 2014-07-24 | 2 | -0/+58 |
| | |||||
* | Replace failure handling with up-front check. | Philipp Hagemeister | 2014-07-24 | 1 | -9/+6 |
| | | | | | | | 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. | ||||
* | Add --rm-cache-dir | Philipp Hagemeister | 2014-07-24 | 1 | -1/+22 |
| | |||||
* | deprecate --title | Philipp Hagemeister | 2014-07-24 | 1 | -1/+1 |
| | | | | This is the default already. If you want a specific format, pick it with -o or --id. | ||||
* | Reorder filesytem options | Philipp Hagemeister | 2014-07-24 | 1 | -11/+11 |
| | | | | | * Push down the deprecated ones * Roughly order file-name, no-*, write-*, further options | ||||
* | Group cache-related options under filesystem | Philipp Hagemeister | 2014-07-24 | 1 | -6/+6 |
| | |||||
* | Regroup and hide workaround options | Philipp Hagemeister | 2014-07-24 | 1 | -15/+26 |
| | | | | These options are rarely necessary. Hide them to make the important options in the general group more obvious. | ||||
* | [test_youtube_signatures] Modernize | Philipp Hagemeister | 2014-07-24 | 1 | -29/+31 |
| | |||||
* | [jsinterp] Do not expect dot in simple function call | Philipp Hagemeister | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | release 2014.07.24 | Philipp Hagemeister | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | [jsinterp] 'reverse' modifies the array in place (fixes #3334) | Jaime Marquínez Ferrándiz | 2014-07-24 | 2 | -2/+9 |
| | |||||
* | [jsinterp] Implement splice and general improvement | Philipp Hagemeister | 2014-07-24 | 1 | -28/+58 |
| | | | | I still get 403s on YouTube though. | ||||
* | [krasview] Add extractor (Closes #3313) | Sergey M․ | 2014-07-23 | 2 | -0/+60 |
| | |||||
* | [youtube] Extract the 'sts' parameter from the webpage (fixes #3327) | Jaime Marquínez Ferrándiz | 2014-07-23 | 1 | -1/+2 |
| | |||||
* | [ffmpeg] PEP8 and a more obvious variable name | Philipp Hagemeister | 2014-07-23 | 1 | -4/+4 |
| | |||||
* | Deletes temp files after postprocess merge unless -k option is specified | rupertbaxter2 | 2014-07-23 | 2 | -2/+6 |
| | |||||
* | Remove legacy FileDownloader (Closes #2964) | Philipp Hagemeister | 2014-07-23 | 1 | -12/+0 |
| | |||||
* | Remove unused imports | Philipp Hagemeister | 2014-07-23 | 2 | -3/+0 |
| | |||||
* | [wdr] fix up imports | Philipp Hagemeister | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | Do not import from legacy FileDownloader class | Philipp Hagemeister | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | release 2014.07.23.2 | Philipp Hagemeister | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | [YoutubeDL] Make sure we really, really get out the encoding string | Philipp Hagemeister | 2014-07-23 | 1 | -4/+11 |
| | | | | | Fixes #3326 Apparently, on some platforms, even outputting this fails already. | ||||
* | [youtube] Support new player URLs (Fixes #3326) | Philipp Hagemeister | 2014-07-23 | 1 | -1/+3 |
| | |||||
* | [jsinterp] Allow digits in function names | Philipp Hagemeister | 2014-07-23 | 2 | -2/+8 |
| | |||||
* | [rtlnow] Simplify outdated test | Philipp Hagemeister | 2014-07-23 | 1 | -10/+1 |
| | |||||
* | [wdr] Fix umlaut parsing on Python 2.x | Philipp Hagemeister | 2014-07-23 | 1 | -2/+2 |
| | |||||
* | [nbc] Add missing import | Philipp Hagemeister | 2014-07-23 | 1 | -1/+5 |
| | |||||
* | [soundcloud:playlist] Fix test description | Philipp Hagemeister | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | [test/helper] Do not use deprecated method | Philipp Hagemeister | 2014-07-23 | 1 | -2/+2 |
| | |||||
* | [soundcloud] Adapt test | Philipp Hagemeister | 2014-07-23 | 1 | -2/+2 |
| | |||||
* | [sockshare] Fix ext | Philipp Hagemeister | 2014-07-23 | 1 | -0/+2 |
| | |||||
* | [savefrom] Make test description more flexible | Philipp Hagemeister | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | release 2014.07.23.1 | Philipp Hagemeister | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | [vube] Fix comment count | Philipp Hagemeister | 2014-07-23 | 2 | -9/+29 |
| |