Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-28 | [extractor/common] Correct typo | Philipp Hagemeister | |
2014-08-28 | [sportdeutschland] Add support for more plain videos | Philipp Hagemeister | |
2014-08-28 | release 2014.08.282014.08.28 | Philipp Hagemeister | |
2014-08-28 | [veehd] Modernize | Philipp Hagemeister | |
2014-08-28 | [extractor/common] Modernize | Philipp Hagemeister | |
2014-08-28 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-08-28 | fix up imports | Philipp Hagemeister | |
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister | |
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs). | |||
2014-08-27 | [nhl] Modernize | Philipp Hagemeister | |
2014-08-27 | [dailymotion] Correct test case | Philipp Hagemeister | |
2014-08-27 | [utils] Modernize tests | Philipp Hagemeister | |
2014-08-27 | [ted] Remove md5sum from test | Philipp Hagemeister | |
This failed multiple times, and the md5sum is not that important anyways. | |||
2014-08-27 | [test_download] Improve playlist handling | Philipp Hagemeister | |
2014-08-27 | [downloader/rtmp] Use check_exectuble | Jaime Marquínez Ferrándiz | |
2014-08-27 | [downloader/hls] Return False if ffmpeg or avconv couldn't be found | Jaime Marquínez Ferrándiz | |
2014-08-27 | [downloader/hls] Use check_executable | Jaime Marquínez Ferrándiz | |
2014-08-27 | [downloader/hls] Use the correct program when reporting an error | Jaime Marquínez Ferrándiz | |
2014-08-27 | [yahoo] Add one more pattern for content id | Sergey M․ | |
2014-08-27 | [cbs] Update test video id | Sergey M․ | |
2014-08-27 | [vimeo] Move all testcases to extractors and clean up | Philipp Hagemeister | |
Previously, these extractors all defined their own suitable methods. No test_all_urls tests that everything is in order, automatically :) | |||
2014-08-27 | Improve test_all_urls output | Philipp Hagemeister | |
2014-08-27 | [vimeo] Move test case to where it belongs | Philipp Hagemeister | |
2014-08-27 | [facebook] Match video.php URLs | Philipp Hagemeister | |
2014-08-27 | release 2014.08.27.12014.08.27.1 | Philipp Hagemeister | |
2014-08-27 | [ard] Add suppor for plain ARD downloads (Fixes #3546) | Philipp Hagemeister | |
2014-08-27 | [generic] Prevent <video> search from skipping over empty sources (#3546) | Philipp Hagemeister | |
2014-08-27 | [generic] Do not download images as videos by accident | Philipp Hagemeister | |
2014-08-27 | release 2014.08.272014.08.27 | Philipp Hagemeister | |
2014-08-27 | [muscivault] Add extractor (Fixes #3593) | Philipp Hagemeister | |
2014-08-27 | [mfs] Modernize | Philipp Hagemeister | |
2014-08-26 | release 2014.08.262014.08.26 | Philipp Hagemeister | |
2014-08-26 | [sockshare] Fix title extraction (Fixes #3592) | Philipp Hagemeister | |
2014-08-26 | [empflix] Revert to XML parser | Philipp Hagemeister | |
Don't rely on the XML being broken (if they fix it, our code wouldn't work anymore). Instead, use the transform function we already have :) This partially reverts commit c7bee2a7254d31b7c478c0ac33bf23bdeba1c53c. | |||
2014-08-26 | [ign] Fix extraction of video in articles | Jaime Marquínez Ferrándiz | |
2014-08-26 | [empflix] Extract thumbnail | Sergey M․ | |
2014-08-26 | [empflix] Adapt to malformed config XML | Sergey M․ | |
2014-08-26 | [mixcloud] Use a HEAD request when checking if the url is valid | Jaime Marquínez Ferrándiz | |
2014-08-26 | [sportdeutschland] add new extractor | Philipp Hagemeister | |
2014-08-26 | [utils] Let request headers override standard headers | Philipp Hagemeister | |
What was I thinking when writing this? | |||
2014-08-26 | [eighttracks] modernize | Philipp Hagemeister | |
2014-08-25 | release 2014.08.25.32014.08.25.3 | Philipp Hagemeister | |
2014-08-25 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-08-25 | [generic] Fix rss under Python 2.x and move test to extractor | Philipp Hagemeister | |
2014-08-25 | [generic] Remove debug statement | Jaime Marquínez Ferrándiz | |
2014-08-25 | [bliptv] Remove superfluous characters in _VALID_URL regex | Jaime Marquínez Ferrándiz | |
2014-08-25 | [googlesearch] Move test to extractor | Philipp Hagemeister | |
2014-08-25 | release 2014.08.25.22014.08.25.2 | Philipp Hagemeister | |
2014-08-25 | release 2014.08.25.12014.08.25.1 | Philipp Hagemeister | |
2014-08-25 | [wat] Use server time and pass country argument (Closes #3579) | Sergey M․ | |
2014-08-25 | Merge remote-tracking branch 'JGjorgji/fix-leading-zeroes' | Philipp Hagemeister | |