Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-22 | [hitbox] Sort formats | Sergey M․ | |
2015-04-22 | [hitbox] Extract all formats (Closes #5494) | Sergey M․ | |
2015-04-22 | [youtube:search] Cancel out _TESTS | Sergey M․ | |
2015-04-21 | [youtube:ytsearch] Use the same system as the search webpage (fixes #5483) | Jaime Marquínez Ferrándiz | |
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. | |||
2015-04-21 | [youtube] Remove unused import | Sergey M․ | |
2015-04-21 | [youtube:channel] Make `extract_videos_from_page` static | Sergey M․ | |
2015-04-21 | [youtube:channel] Specify first page download message | Sergey M․ | |
2015-04-21 | [youtube:user] Extract in terms of `load_more_widget_html` | Sergey M․ | |
2015-04-21 | [youtube:ytsearch] Temporary workaround (#5483) | Sergey M․ | |
2015-04-21 | [senate] Simplify | Jaime Marquínez Ferrándiz | |
There isn't any problem if the 'formats' field only has one element | |||
2015-04-21 | [Cinemassacre] Support Youtube embedded videos (fixes #5131) | Yen Chi Hsuan | |
2015-04-21 | [Cinemassacre] Move to a standalone module | Yen Chi Hsuan | |
2015-04-21 | [Cinemassacre] Add detection for videos from blip.tv | Yen Chi Hsuan | |
2015-04-21 | [CSpan] Removed the md5 sum of CSpan_3 | Yen Chi Hsuan | |
2015-04-21 | [SenateISVP] Fix tests | Yen Chi Hsuan | |
Remove md5 sums. They differs from my PC and the travis worker. | |||
2015-04-21 | [CSpan] Fix test cases CSpan_1 and CSpan_2 | Yen Chi Hsuan | |
2015-04-21 | [CSpan] Add detection for Senate ISVP. Closes #5302 | Yen Chi Hsuan | |
2015-04-21 | [Senate] Try to capture thumbnails | Yen Chi Hsuan | |
2015-04-21 | [bilibili] Capture the video-not-exist message | Yen Chi Hsuan | |
2015-04-21 | [Senate] Add new extractor (#5302) | Yen Chi Hsuan | |
2015-04-20 | [bambuser] Add support for authentication (#5478) | Sergey M․ | |
2015-04-20 | [bambuser] Modernize and extract more metadata | Sergey M․ | |
2015-04-20 | [bambuser] Capture and output error message (#5478) | Sergey M․ | |
2015-04-20 | [bambuser] Modernize | Sergey M․ | |
2015-04-20 | [ted] Skip hls quality selection format | Sergey M․ | |
2015-04-20 | [ted] Lower preference for direct audio since it's mono | Sergey M․ | |
2015-04-20 | [ted] Fix hls audio/video-only formats | Sergey M․ | |
2015-04-20 | [ted] Clarify IE_NAME | Sergey M․ | |
2015-04-20 | [ted] Clarify audio/video-only formats | Sergey M․ | |
2015-04-20 | [extractor/common] Add ability to specify custom field preference for ↵ | Sergey M․ | |
`_sort_formats` | |||
2015-04-20 | [bandcamp] fix video_id parsing (fixes #4861) | Quentin Rameau | |
2015-04-19 | [Sohu] Fix title extraction | Yen Chi Hsuan | |
2015-04-19 | [miomio] Replace the slow test case | Yen Chi Hsuan | |
MioMio_1 takes about 25~35 seconds on information retrieval | |||
2015-04-19 | [megavideoz] Improve non-existing videos check | Sergey M․ | |
2015-04-19 | [megavideoz] Check non-existing videos | Sergey M․ | |
2015-04-19 | [megavideozeu] Rename extractor | Sergey M․ | |
2015-04-19 | [megavideozeu] Simplify (Closes #5454) | Sergey M․ | |
2015-04-19 | [megavideoez] Add working test | Jeff Buchbinder | |
2015-04-19 | Add megavideoz.eu support. | Jeff Buchbinder | |
2015-04-18 | Update wat.py | hedii | |
line 116, modify 'Downloding' to 'Downloading'. It looks like nothing, but it is very annoying when youtube-dl command's output is parsed to find progress on a php (or other language) website for example. | |||
2015-04-18 | [ign] Fix extraction of some videos in articles | Jaime Marquínez Ferrándiz | |
Give higher preference to the hero-poster regex because some articles may contain other videos | |||
2015-04-18 | [facebook] Extend _VALID_URL take 2 (#5120) | Yen Chi Hsuan | |
2015-04-18 | [facebook] Extend _VALID_URL | Yen Chi Hsuan | |
2015-04-18 | [gfycat] Simplify (Closes #5439, Closes #5394) | Sergey M․ | |
2015-04-18 | Merge branch 'gfycat' of https://github.com/julianrichen/youtube-dl into ↵ | Sergey M․ | |
julianrichen-gfycat | |||
2015-04-17 | [comedycentral] Fix feed uri request (Closes #5449, closes #5455) | Sergey M․ | |
2015-04-17 | [soundcloud] Raise an error instead of calling 'report_error' | Jaime Marquínez Ferrándiz | |
2015-04-17 | [mixcloud] Simplify url extraction | Jaime Marquínez Ferrándiz | |
On the tracks I tested the server number in the url from the webpage is valid for the mp3 or the m4a file and any other number is invalid, it's a waste of time to check them. | |||
2015-04-17 | [vimple] Fix extraction (Closes #5448) | Sergey M․ | |
2015-04-17 | InfoExtractor._search_regex: Suggest updating when the regex is not found ↵ | Jaime Marquínez Ferrándiz | |
(suggested in #5442) Reuse the same message from ExtractorError |