summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Add --rm-cache-dirPhilipp Hagemeister2014-07-241-1/+22
| | | | |
* | | | | deprecate --titlePhilipp Hagemeister2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | This is the default already. If you want a specific format, pick it with -o or --id.
* | | | | Reorder filesytem optionsPhilipp Hagemeister2014-07-241-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | * Push down the deprecated ones * Roughly order file-name, no-*, write-*, further options
* | | | | Group cache-related options under filesystemPhilipp Hagemeister2014-07-241-6/+6
| | | | |
* | | | | Regroup and hide workaround optionsPhilipp Hagemeister2014-07-241-15/+26
| | | | | | | | | | | | | | | | | | | | These options are rarely necessary. Hide them to make the important options in the general group more obvious.
* | | | | [test_youtube_signatures] ModernizePhilipp Hagemeister2014-07-241-29/+31
| | | | |
* | | | | [jsinterp] Do not expect dot in simple function callPhilipp Hagemeister2014-07-241-1/+1
| | | | |
* | | | | release 2014.07.24Philipp Hagemeister2014-07-241-1/+1
| | | | |
* | | | | [jsinterp] 'reverse' modifies the array in place (fixes #3334)Jaime Marquínez Ferrándiz2014-07-242-2/+9
| | | | |
* | | | | [jsinterp] Implement splice and general improvementPhilipp Hagemeister2014-07-241-28/+58
| | | | | | | | | | | | | | | | | | | | I still get 403s on YouTube though.
* | | | | [krasview] Add extractor (Closes #3313)Sergey M․2014-07-232-0/+60
| | | | |
* | | | | [youtube] Extract the 'sts' parameter from the webpage (fixes #3327)Jaime Marquínez Ferrándiz2014-07-231-1/+2
|/ / / /
* | | | [ffmpeg] PEP8 and a more obvious variable namePhilipp Hagemeister2014-07-231-4/+4
| | | |
* | | | Deletes temp files after postprocess merge unless -k option is specifiedrupertbaxter22014-07-232-2/+6
| | | |
* | | | Remove legacy FileDownloader (Closes #2964)Philipp Hagemeister2014-07-231-12/+0
| | | |
* | | | Remove unused importsPhilipp Hagemeister2014-07-232-3/+0
| | | |
* | | | [wdr] fix up importsPhilipp Hagemeister2014-07-231-1/+1
| | | |
* | | | Do not import from legacy FileDownloader classPhilipp Hagemeister2014-07-231-1/+1
| | | |
* | | | release 2014.07.23.2Philipp Hagemeister2014-07-231-1/+1
| | | |
* | | | [YoutubeDL] Make sure we really, really get out the encoding stringPhilipp Hagemeister2014-07-231-4/+11
| | | | | | | | | | | | | | | | | | | | Fixes #3326 Apparently, on some platforms, even outputting this fails already.
* | | | [youtube] Support new player URLs (Fixes #3326)Philipp Hagemeister2014-07-231-1/+3
| | | |
* | | | [jsinterp] Allow digits in function namesPhilipp Hagemeister2014-07-232-2/+8
| | | |
* | | | [rtlnow] Simplify outdated testPhilipp Hagemeister2014-07-231-10/+1
| | | |
* | | | [wdr] Fix umlaut parsing on Python 2.xPhilipp Hagemeister2014-07-231-2/+2
| | | |
* | | | [nbc] Add missing importPhilipp Hagemeister2014-07-231-1/+5
| | | |
* | | | [soundcloud:playlist] Fix test descriptionPhilipp Hagemeister2014-07-231-1/+1
| | | |
* | | | [test/helper] Do not use deprecated methodPhilipp Hagemeister2014-07-231-2/+2
| | | |
* | | | [soundcloud] Adapt testPhilipp Hagemeister2014-07-231-2/+2
| | | |
* | | | [sockshare] Fix extPhilipp Hagemeister2014-07-231-0/+2
| | | |
* | | | [savefrom] Make test description more flexiblePhilipp Hagemeister2014-07-231-1/+1
| | | |
* | | | release 2014.07.23.1Philipp Hagemeister2014-07-231-1/+1
| | | |
* | | | [vube] Fix comment countPhilipp Hagemeister2014-07-232-9/+29
| | | |
* | | | release 2014.07.23Philipp Hagemeister2014-07-231-1/+1
| | | |
* | | | [vube] Add support for new data format (Fixes #3325)Philipp Hagemeister2014-07-231-14/+37
| | | |
* | | | [mlb] Fix regexPhilipp Hagemeister2014-07-221-1/+1
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into MLBCharles Chen2014-07-2254-607/+1642
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/mlb.py
| * | | | [cbs] ModernizePhilipp Hagemeister2014-07-221-18/+24
| | | | | | | | | | | | | | | | | | | | 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.
| * | | | Merge remote-tracking branch 'jterk/cbs-artists'Philipp Hagemeister2014-07-221-3/+15
| |\ \ \ \
| | * | | | Support Alternative cbs.com URL FormatJason Terk2014-07-221-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for cbs.com URLs containing "/artist" instead of "/video". E.g.: http://www.cbs.com/shows/liveonletterman/artist/221752/st-vincent/
| * | | | | release 2014.07.22Philipp Hagemeister2014-07-221-1/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-07-222-2/+2
| |\| | | |
| | * | | | [vodlocker] Fix _VALID_URLSergey M․2014-07-221-1/+1
| | | | | |
| | * | | | [br] Allow '_' in the url (fixes #3311)Jaime Marquínez Ferrándiz2014-07-211-1/+1
| | | | | |
| * | | | | [kickstarter] Support embedded videos (Fixes #3322)Philipp Hagemeister2014-07-221-7/+30
| | | | | |
| * | | | | Add another great example for the --extractor-descriptions outputPhilipp Hagemeister2014-07-221-1/+1
| |/ / / /
| * | | | release 2014.07.21Philipp Hagemeister2014-07-211-1/+1
| | | | |
| * | | | [nbcnews] Look in all playlists for videoPhilipp Hagemeister2014-07-211-4/+18
| | | | |
| * | | | [dropbox] Fix title encoding on Python 2Philipp Hagemeister2014-07-212-9/+16
| | | | |
| * | | | [sockshare] Simplify (#3268)Philipp Hagemeister2014-07-211-8/+9
| | | | |
| * | | | Merge remote-tracking branch 'naglis/sockshare'Philipp Hagemeister2014-07-212-0/+78
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/__init__.py