Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-26 | [MSN] add new extractor | TRox1972 | |
2016-06-26 | [vidbit] Improve (Closes #9759) | Sergey M․ | |
2016-06-26 | [utils] Add support for name list in _html_search_meta | Sergey M․ | |
2016-06-26 | [Vidbit] Add new extractor | TRox1972 | |
2016-06-26 | [iqiyi] Remove codes for debugging | Yen Chi Hsuan | |
2016-06-26 | [iqiyi] Partially fix IqiyiIE | Yen Chi Hsuan | |
Use the HTML5 API. Only low-resolution formats available Related: #9839 Thanks @zhangn1985 for the overall algorithm (soimort/you-get#1224) | |||
2016-06-26 | [le] Move urshift() to utils.py | Yen Chi Hsuan | |
2016-06-26 | [generic] Fix test_Generic_76 | Yen Chi Hsuan | |
Broken: https://travis-ci.org/rg3/youtube-dl/jobs/140251658 | |||
2016-06-26 | [svtplay] Extend _VALID_URL (#9900) | Sergey M․ | |
2016-06-26 | [iqiyi] Mark broken | Sergey M․ | |
2016-06-25 | [polskieradio] Add test with video | Sergey M․ | |
2016-06-25 | [polskieradio] Improve extraction (Closes #9813) | Sergey M․ | |
2016-06-25 | [polskieradio] Add support for Polskie Radio. | Jakub Adam Wieczorek | |
Polskie Radio is the main Polish state-funded radio broadcasting service. | |||
2016-06-24 | [youtube] Fix and skip some tests | Sergey M․ | |
2016-06-24 | [youtube] Relax URL expansion in description | Sergey M․ | |
2016-06-24 | [youtube] Fix 141 format tests | Sergey M․ | |
2016-06-24 | [mixcloud] View count and like count may be absent | Yen Chi Hsuan | |
Closes #9874 | |||
2016-06-24 | [vimeo:review] Fix extraction for password-protected videos | Yen Chi Hsuan | |
Closes #9853 | |||
2016-06-23 | [appletrailers] correct thumbnail fallback | Remita Amine | |
2016-06-23 | [dcn] extend _VALID_URL for awaan.ae and extract all available formats | Remita Amine | |
2016-06-23 | [appletrailers] extract info from an alternative source if available(closes ↵ | Remita Amine | |
#8422)(closes #8422) | |||
2016-06-23 | [tvp] extract all formats and detect erros | Remita Amine | |
2016-06-23 | [nbc:nbcnews] improve extraction and add msnbc to the extractor | Remita Amine | |
2016-06-23 | [tf1] fix wat id extraction(closes #9862) | Remita Amine | |
2016-06-23 | [vk] Remove unused import | Sergey M․ | |
2016-06-23 | [xnxx] Improve _VALID_URL (Closes #9858) | Sergey M․ | |
2016-06-23 | [xnxx] Replace test | Sergey M․ | |
2016-06-23 | [xnxx] fix url regex | rr- | |
The pattern has changed from "video123412" to "video-o8xa19". The changes maintain backwards compatibility with old-style URLs. | |||
2016-06-23 | [vk] Modernize | Sergey M․ | |
2016-06-23 | [vk] Workaround buggy new.vk.com Set-Cookie headers | Sergey M․ | |
2016-06-23 | [vimeo:album] Add paged example URL | Sergey M․ | |
2016-06-23 | [vimeo:album] Impove _VALID_URL | Sergey M․ | |
2016-06-23 | [vimeo:channel] Improve playlist extraction | Sergey M․ | |
2016-06-23 | [vimeo:channel] Add video id to url_result | Purdea Andrei | |
This will allow us to decide much faster that we don't want an already archived video, and will allow having to download webpages for each video that has already been downloaded, thus significantly speeding up the archival of channels that have no new content. | |||
2016-06-23 | [vimeo] Override original URL only when necessary | Sergey M․ | |
2016-06-22 | [Vine] Extract view count | TRox1972 | |
2016-06-22 | [svt] Various improvements | Sergey M․ | |
+ [svt:play] Add fallback path looking for video id and fix extraction for oppetarkiv * [svt:base] Detect geo restriction * [svt:base] Extract series related metadata | |||
2016-06-22 | Fix issue downloading facebook videos | Shai Coleman | |
youtube-dl expects the format items to be returned as a list, but when there's only one item Facebook returns a dict instead, this wraps the dict in a list if necessary | |||
2016-06-21 | [gametrailers] Remove extractor | Sergey M․ | |
gametrailers closed (see http://www.polygon.com/2016/2/8/10944452/gametrailers-shuts-down-after-13-year-run) | |||
2016-06-21 | [gamespot] extract all formats | Remita Amine | |
2016-06-21 | [svt] Fix extraction for SVTPlay (closes #9809) | Yen Chi Hsuan | |
2016-06-20 | [cbs] Remove unused import | Sergey M․ | |
2016-06-20 | [streamcloud] Capture error message (#9840) | Sergey M․ | |
2016-06-19 | [cbs] fix _VALID_URL | Remita Amine | |
2016-06-19 | [cbs,cbsnews,cbssports] reduce requests while extracting all formats | Remita Amine | |
2016-06-19 | [theplatform] reduce requests for theplatform feed info extraction | Remita Amine | |
2016-06-19 | [radiojavan] PEP8 | Yen Chi Hsuan | |
E275 is added in pycodestyle 2.6 See https://github.com/PyCQA/pycodestyle/pull/491 | |||
2016-06-19 | Merge pull request #8201 from remitamine/hls-aes | Yen Chi Hsuan | |
[downloader/hls] Add support for AES-128 encrypted segments in hlsnative downloader | |||
2016-06-19 | [foxsports] extract http formats | Remita Amine | |
2016-06-19 | [downloader/hls] Add support for AES-128 encrypted segments in hlsnative ↵ | remitamine | |
downloader |