summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [vimeo] Fix login token (fixes #5082)pulpe2015-04-221-2/+2
|
* [flickr] Don't use regex for extracting the info from the xml filesJaime Marquínez Ferrándiz2015-04-221-8/+9
|
* [flickr] Fix extraction (fixes #5501)Jaime Marquínez Ferrándiz2015-04-221-2/+8
|
* [hitbox] Clarify download messagesSergey M․2015-04-221-2/+3
|
* [hitbox:live] Extract formats before metadataSergey M․2015-04-221-5/+5
|
* [hitbox] Extract formats before metadataSergey M․2015-04-221-4/+3
|
* [hitbox] Sort formatsSergey M․2015-04-221-0/+1
|
* [hitbox] Extract all formats (Closes #5494)Sergey M․2015-04-221-6/+26
|
* [youtube:search] Cancel out _TESTSSergey M․2015-04-221-0/+1
|
* [YoutubeDL] Remove the redundant assignment to old_filenameYen Chi Hsuan2015-04-221-1/+0
| | | | Caused by commmit 592e97e8550389e22b716eb33c30584aa3a8d656
* [youtube:ytsearch] Use the same system as the search webpage (fixes #5483)Jaime Marquínez Ferrándiz2015-04-211-25/+26
| | | | The gdata api V2 was deprecated and according to http://youtube-eng.blogspot.com.es/2014/03/committing-to-youtube-data-api-v3_4.html remains available until April 20, 2015.
* [youtube] Remove unused importSergey M․2015-04-211-1/+0
|
* [youtube:channel] Make `extract_videos_from_page` staticSergey M․2015-04-211-1/+2
|
* [youtube:channel] Specify first page download messageSergey M․2015-04-211-1/+1
|
* [youtube:user] Extract in terms of `load_more_widget_html`Sergey M․2015-04-211-45/+4
|
* [youtube:ytsearch] Temporary workaround (#5483)Sergey M․2015-04-211-1/+1
|
* [senate] SimplifyJaime Marquínez Ferrándiz2015-04-211-8/+2
| | | | There isn't any problem if the 'formats' field only has one element
* [Cinemassacre] Support Youtube embedded videos (fixes #5131)Yen Chi Hsuan2015-04-211-1/+19
|
* [Cinemassacre] Move to a standalone moduleYen Chi Hsuan2015-04-213-76/+83
|
* [Cinemassacre] Add detection for videos from blip.tvYen Chi Hsuan2015-04-213-7/+35
|
* [CSpan] Removed the md5 sum of CSpan_3Yen Chi Hsuan2015-04-211-1/+0
|
* [SenateISVP] Fix testsYen Chi Hsuan2015-04-211-4/+1
| | | | Remove md5 sums. They differs from my PC and the travis worker.
* [CSpan] Fix test cases CSpan_1 and CSpan_2Yen Chi Hsuan2015-04-211-7/+15
|
* [CSpan] Add detection for Senate ISVP. Closes #5302Yen Chi Hsuan2015-04-213-3/+41
|
* [Senate] Try to capture thumbnailsYen Chi Hsuan2015-04-211-0/+5
|
* [bilibili] Capture the video-not-exist messageYen Chi Hsuan2015-04-211-0/+3
|
* [Senate] Add new extractor (#5302)Yen Chi Hsuan2015-04-213-0/+132
|
* [bambuser] Add support for authentication (#5478)Sergey M․2015-04-201-0/+31
|
* [bambuser] Modernize and extract more metadataSergey M․2015-04-201-6/+19
|
* [bambuser] Capture and output error message (#5478)Sergey M․2015-04-201-12/+17
|
* [bambuser] ModernizeSergey M․2015-04-201-6/+5
|
* [ted] Skip hls quality selection formatSergey M․2015-04-201-0/+2
|
* [ted] Lower preference for direct audio since it's monoSergey M․2015-04-201-0/+1
|
* [ted] Fix hls audio/video-only formatsSergey M․2015-04-201-1/+4
|
* [YoutubeDL] mp3 is compatible with mp4Sergey M․2015-04-201-1/+1
|
* [YoutubeDL] Allow bestvideo+bestaudio/best strategy for ted extractorSergey M․2015-04-201-1/+1
|
* [ted] Clarify IE_NAMESergey M․2015-04-201-0/+1
|
* [ted] Clarify audio/video-only formatsSergey M․2015-04-201-2/+6
|
* [extractor/common] Add ability to specify custom field preference for ↵Sergey M․2015-04-201-1/+4
| | | | `_sort_formats`
* [bandcamp] fix video_id parsing (fixes #4861)Quentin Rameau2015-04-201-1/+1
|
* README: document bestvideo+bestaudio/best (#5447)Jaime Marquínez Ferrándiz2015-04-191-0/+2
|
* Move the documentation for the `--format` option to the manpageJaime Marquínez Ferrándiz2015-04-192-36/+10
| | | | It's too big for beeing embedded in the help message and it's easier to edit in the markdown file.
* [YoutubeDL] Respect explicit `--merge-format-output` for uncompatible ↵Sergey M․2015-04-191-2/+1
| | | | formats as well
* [parameters.json] Set default `format` parameter to `best`Sergey M․2015-04-191-1/+1
|
* [YoutubeDL] Merge incompatible formats into mkv (#5456)Sergey M․2015-04-191-1/+23
|
* [YoutubeDL] Make `bestvideo+bestaudio/best` default format when merger is ↵Sergey M․2015-04-191-1/+5
| | | | available
* Detect already merged videosJaime Marquínez Ferrándiz2015-04-192-11/+18
| | | | | Without the '--keep-video' option the two files would be downloaded again and even using the option, ffmpeg would be run again, which for some videos can take a long time. We use a temporary file with ffmpeg so that the final file only exists if it success
* [Sohu] Fix title extractionYen Chi Hsuan2015-04-191-2/+4
|
* [miomio] Replace the slow test caseYen Chi Hsuan2015-04-191-0/+8
| | | | MioMio_1 takes about 25~35 seconds on information retrieval
* [tests] Allow multi_video to be tested as playlistsYen Chi Hsuan2015-04-192-2/+2
|