summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.08.28.2 2014.08.28.2Philipp Hagemeister2014-08-281-1/+1
|
* [rtlnl] Add support for progressive videos (Closes #3603)Sergey M․2014-08-281-11/+23
|
* release 2014.08.28.1 2014.08.28.1Philipp Hagemeister2014-08-281-1/+1
|
* [dropbox] Make sure ?dl=0 is ignore (Fixes #3605)Philipp Hagemeister2014-08-281-3/+4
|
* [test_download] Expect a minimum file sizePhilipp Hagemeister2014-08-281-0/+11
| | | | This should detect when we're downloading a small text file by accident.
* [extractor/common] Correct typoPhilipp Hagemeister2014-08-281-1/+1
|
* [sportdeutschland] Add support for more plain videosPhilipp Hagemeister2014-08-282-19/+41
|
* release 2014.08.28 2014.08.28Philipp Hagemeister2014-08-281-1/+1
|
* [veehd] ModernizePhilipp Hagemeister2014-08-281-1/+2
|
* [extractor/common] ModernizePhilipp Hagemeister2014-08-281-37/+39
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-08-284-11/+10
|\
| * [downloader/rtmp] Use check_exectubleJaime Marquínez Ferrándiz2014-08-271-4/+3
| |
| * [downloader/hls] Return False if ffmpeg or avconv couldn't be foundJaime Marquínez Ferrándiz2014-08-271-0/+1
| |
| * [downloader/hls] Use check_executableJaime Marquínez Ferrándiz2014-08-271-4/+2
| |
| * [downloader/hls] Use the correct program when reporting an errorJaime Marquínez Ferrándiz2014-08-271-1/+1
| |
| * [yahoo] Add one more pattern for content idSergey M․2014-08-271-1/+2
| |
| * [cbs] Update test video idSergey M․2014-08-271-1/+1
| |
* | fix up importsPhilipp Hagemeister2014-08-283-3/+1
| |
* | Move playlist tests to extractors.Philipp Hagemeister2014-08-2827-449/+345
| | | | | | | | 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).
* | [nhl] ModernizePhilipp Hagemeister2014-08-271-27/+30
| |
* | [dailymotion] Correct test casePhilipp Hagemeister2014-08-271-29/+31
| |
* | [utils] Modernize testsPhilipp Hagemeister2014-08-272-59/+53
| |
* | [ted] Remove md5sum from testPhilipp Hagemeister2014-08-271-1/+0
| | | | | | | | This failed multiple times, and the md5sum is not that important anyways.
* | [test_download] Improve playlist handlingPhilipp Hagemeister2014-08-271-3/+18
|/
* [vimeo] Move all testcases to extractors and clean upPhilipp Hagemeister2014-08-272-50/+36
| | | | | Previously, these extractors all defined their own suitable methods. No test_all_urls tests that everything is in order, automatically :)
* Improve test_all_urls outputPhilipp Hagemeister2014-08-271-1/+3
|
* [vimeo] Move test case to where it belongsPhilipp Hagemeister2014-08-271-16/+15
|
* [facebook] Match video.php URLsPhilipp Hagemeister2014-08-271-3/+6
|
* release 2014.08.27.1 2014.08.27.1Philipp Hagemeister2014-08-271-1/+1
|
* [ard] Add suppor for plain ARD downloads (Fixes #3546)Philipp Hagemeister2014-08-272-2/+63
|
* [generic] Prevent <video> search from skipping over empty sources (#3546)Philipp Hagemeister2014-08-271-1/+1
|
* [generic] Do not download images as videos by accidentPhilipp Hagemeister2014-08-271-1/+2
|
* release 2014.08.27 2014.08.27Philipp Hagemeister2014-08-271-1/+1
|
* [muscivault] Add extractor (Fixes #3593)Philipp Hagemeister2014-08-273-1/+80
|
* [mfs] ModernizePhilipp Hagemeister2014-08-271-9/+13
|
* release 2014.08.26 2014.08.26Philipp Hagemeister2014-08-261-1/+1
|
* [sockshare] Fix title extraction (Fixes #3592)Philipp Hagemeister2014-08-261-1/+4
|
* [empflix] Revert to XML parserPhilipp Hagemeister2014-08-261-10/+8
| | | | | | | 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.
* [ign] Fix extraction of video in articlesJaime Marquínez Ferrándiz2014-08-261-4/+14
|
* [empflix] Extract thumbnailSergey M․2014-08-261-0/+4
|
* [empflix] Adapt to malformed config XMLSergey M․2014-08-261-4/+6
|
* [mixcloud] Use a HEAD request when checking if the url is validJaime Marquínez Ferrándiz2014-08-261-1/+2
|
* [sportdeutschland] add new extractorPhilipp Hagemeister2014-08-263-0/+127
|
* [utils] Let request headers override standard headersPhilipp Hagemeister2014-08-261-4/+3
| | | | What was I thinking when writing this?
* [eighttracks] modernizePhilipp Hagemeister2014-08-261-57/+81
|
* release 2014.08.25.3 2014.08.25.3Philipp Hagemeister2014-08-251-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-08-252-2/+1
|\
| * [generic] Remove debug statementJaime Marquínez Ferrándiz2014-08-251-1/+0
| |
| * [bliptv] Remove superfluous characters in _VALID_URL regexJaime Marquínez Ferrándiz2014-08-251-1/+1
| |
* | [generic] Fix rss under Python 2.x and move test to extractorPhilipp Hagemeister2014-08-255-12/+31
| |