aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2016-05-21[common] Skip TYPE=CLOSED-CAPTIONS lines in m3u8 manifestsYen Chi Hsuan
According to [1], valid values for TYPE are AUDIO, VIDEO, SUBTITLES and CLOSED-CAPTIONS. Such a value is found in Anvato master playlists, though I don't use _extract_m3u8_formats() in the end. Part of #9522. [1] https://tools.ietf.org/html/draft-pantos-http-live-streaming-19#section-4.3.4.1
2016-05-21[common] Add _m3u8_meta_format() templateYen Chi Hsuan
For extractors who handle m3u8 manifests by themselves. (eg., AnvatoIE) Part of #9522
2016-05-21[nrk] Unquote subtitles' URLsSergey M․
2016-05-21[brightcove:new] Improve error reportingSergey M․
2016-05-20[localnews8] Fix extractor (Closes #9539)Sergey M․
2016-05-20[LocalNews8] add extractor (Closes #9200)TRox1972
2016-05-20[extractor/generic] Remove generic id and title from wistia extractionand ↵Sergey M․
update tests
2016-05-20[extractor/generic] Add test for wistia standard embedSergey M․
2016-05-20[extractor/generic] Add support for async wistia embeds (Closes #9549)Sergey M․
2016-05-20[cbc] fix extraction for flv only videos(fixes #5309)remitamine
2016-05-20[wistia] Improve hls supportSergey M․
2016-05-20[wistia] Skip storyboard and improve extractionSergey M․
2016-05-20[wistia] Add alias and modernizeSergey M․
2016-05-20[cbc] Add the test case from #5156Yen Chi Hsuan
2016-05-20[common] Extract audio formats in SMILYen Chi Hsuan
Found in http://www.cbc.ca/player/play/2657631896 Closes #5156
2016-05-20[cbc] Fix for old-styled URLsYen Chi Hsuan
The URL http://www.cbc.ca/player/News/ID/2672225049/ (#6342) redirects to http://www.cbc.ca/player/play/2672224672, while youtube-dl wasn't able to handle it correctly.
2016-05-20[cbc] extract http formats and update testsremitamine
2016-05-20[24video] Fix description extractionSergey M․
2016-05-19[learnr] Add new extractor(closes #4284)remitamine
2016-05-19[ndtv] Fix extractionSergey M․
2016-05-18[formula1] Add new extractor(closes #3617)remitamine
2016-05-18[nfb] Modernize and extract subtitlesSergey M․
2016-05-17[nfb] Fix uploader extractionSergey M․
2016-05-17[abcnews] Added a new extractor (closes #3992)Yen Chi Hsuan
Related: #6108, #8664, #9459
2016-05-16[groupon] Add support for Youtube embeds (Closes #9508)Sergey M․
2016-05-15[collegehumor] Remove extractorSergey M․
It now uses brightcove
2016-05-15[hearthisat] Update the first testYen Chi Hsuan
2016-05-15[hearthisat] Detect invalid download links (fixes #9440)Yen Chi Hsuan
2016-05-15[xvideos] Extract html5 player formats (Closes #9495)Sergey M․
2016-05-15[extractor/common] Improve name extraction for m3u8 formatsSergey M․
2016-05-14[extractor/generic] Improve 3qsdn embeds support (Closes #9453)Sergey M․
2016-05-14[extractor/generic:3qsdn] Add support for embedsSergey M․
2016-05-14[3qsdn] Add extractorSergey M․
2016-05-14[ora] Revert extraction to regexesSergey M․
It's less fragile than using js_to_json with ora js
2016-05-14[ora] minimise fragile regex shenanigans; recognise unsafespeech.com URLsfelix
2016-05-14[teamcoco] Fix base64 regexpJakub Wilk
2016-05-14[cinemassacre] Remove extractor (Closes #9457)Sergey M․
It now uses jwplatform
2016-05-13[sina] fix extraction(fixes #1146)remitamine
2016-05-13[imdb] Improve extractionSergey M․
2016-05-13[imdb] Relax _VALID_URL (Closes #9481)Sergey M․
2016-05-13[openload] Fix extraction (closes #9472)Yen Chi Hsuan
2016-05-13[brightcove] change the protocol for m3u8 formats to m3u8_nativeremitamine
2016-05-13[nrk] extract m3u8 formatsremitamine
2016-05-13[extractors] add import for UstudioEmbedIEremitamine
2016-05-13[ustudio] add support ustudio app/embed urlsremitamine
2016-05-12[mgtv] extract http formatsremitamine
2016-05-13[nrk] Rework extractor (Closes #9470)Sergey M․
2016-05-13[twitch:bookmarks] Remove extractorSergey M․
Bookmarks no longer available
2016-05-12[twitch] Skip dead testsSergey M․
2016-05-12[bloomberg] Fix test_BloombergYen Chi Hsuan
In this test case, sometimes HLS is the best format while sometimes HDS is. To prevent occasional test failures, force HDS to be the best format. In the past, testing against HDS formats causes the same error as #9214, which is fixed as #9377 landed.