aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [lifenews] Detect <iframe> (fixes #5346)Yen Chi Hsuan2015-05-041-9/+38
|
* [lifenews] Fix view count and comment countYen Chi Hsuan2015-05-041-2/+2
|
* [dailymotion] Use https urlsJaime Marquínez Ferrándiz2015-05-031-2/+2
| | | | The video url still redirects to an http url, but it doesn't explicitly contain the video id.
* [rutv] Add test for #5584Sergey M․2015-05-031-2/+11
|
* [rutv] Recognize live streams (#5584)Sergey M․2015-05-031-1/+4
|
* [baiduvideo] Improve _VALID_URLSergey M․2015-05-031-1/+1
|
* [vgtv] Fix _VALID_URL (Closes #5578)Sergey M․2015-05-031-1/+1
|
* [options] Clarify `--write-annotations` helpSergey M․2015-05-021-1/+1
|
* [YoutubeDL] Improve description file namingSergey M․2015-05-021-1/+1
|
* [YoutubeDL] Improve annotations file namingSergey M․2015-05-021-1/+1
|
* [YoutubeDL] Improve JSON info file namingSergey M․2015-05-021-1/+2
|
* [utils] Add replace_extensionSergey M․2015-05-022-0/+16
|
* [YoutubeDL] Improve audio/video-only file namingSergey M․2015-05-021-1/+1
|
* [test_utils] Add tests for prepend_extensionSergey M․2015-05-021-0/+9
|
* [utils] Improve prepend_extensionSergey M․2015-05-021-2/+5
| | | | Now `ext` is appended to filename if real extension != expected extension.
* [baiduvideo] Add new extractor (closes #4563)Yen Chi Hsuan2015-05-032-0/+69
|
* [YoutubeDL] Ensure correct extension is always present for a merged file ↵Sergey M․2015-05-021-1/+8
| | | | (Closes #5535)
* Remove code that was only used by the Grooveshark extractorJaime Marquínez Ferrándiz2015-05-023-16/+2
|
* [Grooveshark] Remove the extractorYen Chi Hsuan2015-05-022-192/+0
| | | | grooveshark.com was shut down on 2015/04/30
* [iconosquare] Fix extractionSergey M․2015-05-021-9/+48
|
* [viki] Remove clean_html callYen Chi Hsuan2015-05-021-2/+0
|
* [viki] Extract m3u8 videos (#4855)Yen Chi Hsuan2015-05-021-3/+31
|
* [viki] Enhance error message handling (#3774)Yen Chi Hsuan2015-05-021-4/+10
|
* [viki] Fix extractor and add a global availble test caseYen Chi Hsuan2015-05-021-5/+23
|
* [pbs] Add support for HD (Closes #3564, closes #5390)Sergey M․2015-05-011-17/+41
|
* Add ability to embed subtitles in mkv files (closes #5434)Nikoli2015-05-013-5/+6
|
* [yahoo] Extend _VALID_URLYen Chi Hsuan2015-05-011-2/+5
|
* [bbccouk] Mute thumbnailSergey M․2015-05-011-3/+1
|
* [bbccouk] Add test for #5530Sergey M․2015-05-011-0/+14
|
* [bbccouk] Improve extraction (Closes #5530)Sergey M․2015-05-011-9/+26
|
* [theplaform] Fix FutureWarningSergey M․2015-05-011-3/+9
|
* [foxsports] Add extractor (Closes #5517)Sergey M․2015-05-012-0/+33
|
* [YoutubeDL] Filter requested info fields on `--load-info` as wellSergey M․2015-05-011-5/+8
| | | | In order to properly handle JSON info files generated by youtube-dl versions prior to 4070b458ece46a29dad9be2312a7daa48bb2f1d7
* [dreisat] Extend _VALID_URL (Closes #5548)Naglis Jonaitis2015-04-301-13/+19
|
* [YoutubeDL] pep8: use 'k not in' instead of 'not k in'Jaime Marquínez Ferrándiz2015-04-301-1/+1
|
* [YoutubeDL] Do not write requested info in info JSON file (Closes #5562, ↵Sergey M․2015-04-301-1/+4
| | | | closes #5564)
* Merge remote-tracking branch 'upstream/master'Yen Chi Hsuan2015-04-303-26/+19
|\
| * [vporn] More metadata extraction fixes and tests update (#5560)Sergey M․2015-04-301-8/+2
| |
| * [vporn] Fix metadata extraction (#5560)Sergey M․2015-04-301-12/+10
| |
| * [YoutubeDL] Generalize best/worst format match behaviorSergey M․2015-04-301-11/+5
| |
| * Merge pull request #5556 from jaimeMF/best-format-nodashSergey M.2015-04-302-3/+10
| |\ | | | | | | Make 'best' format only match non-DASH formats (closes #5554)
| | * Make 'best' format only match non-DASH formats (closes #5554)Jaime Marquínez Ferrándiz2015-04-292-3/+10
| | | | | | | | | | | | | | | Otherwise it's impossible to only download non-DASH formats, for example `best[height=?480]/best` would download a DASH video if it's the only one with height=480, instead for falling back to the second format specifier. For audio only urls (soundcloud, bandcamp ...), the best audio will be downloaded as before.
* | | [VeeHD] Replace the third test case due to copyright issuesYen Chi Hsuan2015-04-301-5/+5
|/ /
* | [VeeHD] Enhance extraction and fix tests (fixes #4965)Yen Chi Hsuan2015-04-301-4/+32
| |
* | [bilibili] Extract multipart videos (closes #3250)Yen Chi Hsuan2015-04-301-25/+49
| |
* | [niconico] Fix so* video extraction (fixes #4874) (#2087)Yen Chi Hsuan2015-04-301-1/+16
|/
* [escapist] pep8 fixesJaime Marquínez Ferrándiz2015-04-291-3/+3
|
* [niconico] Try to extract all optional fields from various sourcesYen Chi Hsuan2015-04-301-6/+51
|
* [niconico] Remove credentials from tests and enhance title extractionYen Chi Hsuan2015-04-301-13/+4
| | | | All test videos can be downloaded without username and password now.
* [niconico] Fix extraction and update tests (closes #5511)Yen Chi Hsuan2015-04-301-20/+52
|