Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [vimeo] Prevent infinite loops if video password verification fails | Philipp Hagemeister | 2015-02-18 | 1 | -1/+5 |
| | | | | | | We're seeing this in the tests¹ right now, which do not terminate. ¹ https://travis-ci.org/jaimeMF/youtube-dl/jobs/51135858 | ||||
* | Merge branch 'progress-as-hook2' | Philipp Hagemeister | 2015-02-17 | 5 | -81/+129 |
|\ | |||||
| * | [downloader] Remove various unneeded assignments and imports | Philipp Hagemeister | 2015-02-17 | 3 | -8/+1 |
| | | |||||
| * | [YoutubeDL] Use a progress hook for progress reporting | Philipp Hagemeister | 2015-02-17 | 5 | -73/+128 |
| | | | | | | | | | | Instead of every downloader calling two helper functions, let our progress report be an ordinary progress hook like everyone else's. Closes #4875. | ||||
* | | PEP8 fixes | Philipp Hagemeister | 2015-02-17 | 3 | -3/+3 |
| | | |||||
* | | [downloader/http] Remove gruesome import | Philipp Hagemeister | 2015-02-17 | 1 | -4/+3 |
|/ | |||||
* | [radio.de] Fix extraction | Philipp Hagemeister | 2015-02-17 | 1 | -9/+6 |
| | |||||
* | [videolecturesnet] Fix rtmp stream glitches (Closes #4968) | Sergey M․ | 2015-02-18 | 1 | -0/+1 |
| | |||||
* | [twitch:stream] Prefer the 'source' format (fixes #4972) | Jaime Marquínez Ferrándiz | 2015-02-17 | 2 | -0/+17 |
| | |||||
* | release 2015.02.17.2 | Philipp Hagemeister | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | [videolecturesnet] Check http format URLs (Closes #4968) | Sergey M? | 2015-02-17 | 1 | -9/+24 |
| | |||||
* | [extractor/common] Test URLs with GET | Sergey M? | 2015-02-17 | 1 | -3/+1 |
| | |||||
* | release 2015.02.17.1 | Philipp Hagemeister | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | [hls] Switch to available as a property | Philipp Hagemeister | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | release 2015.02.17 | Philipp Hagemeister | 2015-02-17 | 2 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2015-02-17 | 3 | -25/+4 |
|\ | |||||
| * | [downloader/hls] Fix detection of ffmpeg/avconv (reported in #4966) | Jaime Marquínez Ferrándiz | 2015-02-17 | 1 | -1/+1 |
| | | |||||
| * | [YoutubeDL] Use a Request object for getting the cookies (fixes #4970) | Jaime Marquínez Ferrándiz | 2015-02-17 | 1 | -23/+2 |
| | | | | | | | | So that we don't have to implement all the methods used by the cookiejar. | ||||
| * | [downloader/external] curl: Add the '--location' flag | Jaime Marquínez Ferrándiz | 2015-02-17 | 1 | -1/+1 |
| | | | | | | | | curl doesn't follow redirections by default | ||||
* | | [ffmpeg] Remove trivial helper method | Philipp Hagemeister | 2015-02-17 | 1 | -4/+1 |
| | | |||||
* | | [ffmpeg] Make available a property | Philipp Hagemeister | 2015-02-17 | 2 | -2/+3 |
|/ | |||||
* | [downloader] Add --hls-prefer-native to use the native HLS downloader (#4966) | Philipp Hagemeister | 2015-02-17 | 4 | -1/+12 |
| | |||||
* | release 2015.02.16.1 | Philipp Hagemeister | 2015-02-16 | 2 | -2/+2 |
| | |||||
* | [rtlnl|generic] Add support for rtl.nl embeds (Fixes #4959) | Philipp Hagemeister | 2015-02-16 | 3 | -17/+65 |
| | |||||
* | release 2015.02.16 | Philipp Hagemeister | 2015-02-16 | 3 | -2/+11 |
| | |||||
* | [yam] Allow faults in optional fields (#4943) | Philipp Hagemeister | 2015-02-16 | 1 | -13/+24 |
| | |||||
* | Merge remote-tracking branch 'yan12125/IE_Yam' | Philipp Hagemeister | 2015-02-16 | 3 | -4/+87 |
|\ | |||||
| * | [Yam] Add new extractor | Yen Chi Hsuan | 2015-02-13 | 3 | -4/+87 |
| | | |||||
* | | [extractor/common] Move up filesize | Philipp Hagemeister | 2015-02-16 | 1 | -1/+1 |
| | | | | | | | | filesize and tbr should correlate, so it doesn't make sense to treat them differently. | ||||
* | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2015-02-16 | 16 | -48/+163 |
|\ \ | |||||
| * | | [test/subtitles] Fix some tests | Jaime Marquínez Ferrándiz | 2015-02-15 | 1 | -2/+2 |
| | | | | | | | | | | | | The checksym for the CeskaTelevize subtitles has changed again, so we just test that it has a reasonable length. | ||||
| * | | [bbccouk] Fix fallback to legacy playlist | Sergey M․ | 2015-02-15 | 1 | -1/+1 |
| | | | |||||
| * | | [history] Add extractor (Closes #4934) | Sergey M․ | 2015-02-15 | 2 | -0/+32 |
| | | | |||||
| * | | [theplatform] Add URL sign capability | Sergey M․ | 2015-02-15 | 1 | -4/+38 |
| | | | |||||
| * | | [extractor/common] Fix link to external documentation | Jaime Marquínez Ferrándiz | 2015-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unused imports | Jaime Marquínez Ferrándiz | 2015-02-14 | 2 | -3/+0 |
| | | | |||||
| * | | [streamcz] Fix extraction (Closes #4940) | Naglis Jonaitis | 2015-02-14 | 1 | -2/+21 |
| | | | |||||
| * | | [drtuber] Add one more title regex | Sergey M․ | 2015-02-14 | 1 | -2/+3 |
| | | | |||||
| * | | Merge pull request #4951 from peugeot/beeg | Sergey M. | 2015-02-14 | 1 | -1/+1 |
| |\ \ | | | | | | | | | [beeg] fix test | ||||
| | * | | [beeg] fix test | peugeot | 2015-02-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #4950 from peugeot/drtuber | Sergey M. | 2015-02-14 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | [drtuber] fix extraction | ||||
| | * | | | [drtuber] fix extraction | peugeot | 2015-02-14 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | [sunporno] Keep old video regex just in case | Sergey M․ | 2015-02-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #4949 from peugeot/sunporno | Sergey M. | 2015-02-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| | | [sunporno] fix extraction | ||||
| | * | | [sunporno] fix extraction | peugeot | 2015-02-14 | 1 | -1/+1 |
| |/ / | |||||
| * | | Credit @ryandesign for nbcnews nightly news (#4948) | Sergey M․ | 2015-02-14 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'ryandesign-nbc-nightly-news' | Sergey M․ | 2015-02-14 | 1 | -7/+17 |
| |\ \ | |||||
| | * | | [nbcnews] Simplify | Sergey M․ | 2015-02-14 | 1 | -14/+7 |
| | | | | |||||
| | * | | Support NBC Nightly News broadcasts | Ryan Schmidt | 2015-02-14 | 1 | -5/+22 |
| |/ / | |||||
| * | | [postprocessor/ffmpeg] Don't let ffmpeg read from stdin (fixes #4945) | Jaime Marquínez Ferrándiz | 2015-02-13 | 1 | -2/+2 |
| | | | | | | | | | | | | If you run 'while read aurl ; do youtube-dl --extract-audio "${aurl}"; done < path_to_batch_file' (batch_file contains one url per line) each call to youtube-dl consumed some characters and 'read' would assing to 'aurl' a non valid url, something like 'tube.com/watch?v=<id>'. |