aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2017-03-19[BostonGlobe] New. Nonstandard version of Brightcove.John Hawkinson
Has a "data-brightcove-video-id" instead of a "data-video-id," otherwise pretty much just Brightcove. Except the Globe isn't all Brightcove videos, so fallback to Generic, too. Also, abstract playlist_from_matches() from generic.py to common.py, and use it here. History of these changes can be found in 51170427d4b1143572a498dedaee61863a5b2c5b.
2017-03-19[toongoggles] Add new extractor(closes #12171)Remita Amine
2017-03-18[medialaan] Remove unrelated testSergey M․
2017-03-18[adobepass] Detect and output error on authz token extraction (#12472)Sergey M․
2017-03-18[openload] Fix extractionVijay Singh
2017-03-18[medialaan] Fix and improve extraction (closes #11912)Sergey M․
2017-03-18[vtm] Add extractor (closes #9974)mrBliss
Implementation of the approach described in #9974.
2017-03-17[discoverynetworks] add support for more domains and bypass geo restictionRemita Amine
2017-03-17[openload] Fix extraction (closes #10408)Yen Chi Hsuan
Thanks to @makgun02 Ref: http://pastebin.com/raw/JX9gHFUz
2017-03-16[extractor/common] Extract SMIL formats from jwplayerSergey M․
2017-03-16[extractor/generic] Add forgotten return for jwplayer formatsSergey M․
2017-03-15[redbull] improve extractionRemita Amine
- extract 1080p quality - correct ttml subtitle ext - catch api errors - reduce request size
2017-03-14[Openload] Fixed ExtractionVijay Singh
They did changed it again.
2017-03-14[facebook] Make title optional (closes #12443)Sergey M․
2017-03-13[telecinco] Add test for #12430Sergey M․
2017-03-13[mitele] Add support for ooyala videos (closes #12430)Sergey M․
2017-03-13[openload] Fix extractionVijay Singh
Just a minor fix for openload
2017-03-13[streamable] Update API URLLucas M
2017-03-12[crunchyroll] Extract season nameStarsam80
2017-03-11[discoverygo] Actualize testSergey M․
2017-03-11[discoverygo] Bypass geo restrictionSergey M․
2017-03-11[discoverygo:playlist] Add extractor (closes #12424)Sergey M․
2017-03-10[extractor/generic] Make title optional for jwplayer embeds (closes #12410)Sergey M․
2017-03-10[wdr] Actualize commentSergey M․
2017-03-10[wdr:maus] Fix extraction and update testsrunningbits
2017-03-09[prosiebensat1] Improve title extraction and add testSergey M․
2017-03-10[prosiebensat1] Improve title extraction (closes #12318)Thomas Christlieb
2017-03-08[dplayit] Relax playback info URL extractionSergey M․
2017-03-08[dplayit] Separate and rewrite extractor and bypass geo restriction (closes ↵Sergey M․
#12393)
2017-03-08[miomio] Fix extractionYen Chi Hsuan
Closes #12291 Closes #12388 Closes #12402
2017-03-08[telequebec] Fix description extraction and update test (closes #12399)Sergey M․
2017-03-08[openload] Fix extractiondenneboomyo
2017-03-07[extractor/generic] Add test for brigthcove UUID-like videoPlayerSergey M․
2017-03-07[brightcove:legacy] Relax videoPlayer validation check (closes #12381)Sergey M․
2017-03-07[twitch] PEP8Yen Chi Hsuan
2017-03-06[soundcloud] Update client id (closes #12376)Sergey M․
2017-03-06Openload fix extraction (#12357)denneboomyo
* Fix extraction
2017-03-06[drtv] Add geo countries to GeoRestrictedErrorSergey M․
2017-03-06[drtv:live] Bypass geo restrictionSergey M․
2017-03-06[addanime] Skip an invalid testYen Chi Hsuan
2017-03-05[tunepk] Add extractor (closes #12197, closes #12243)Sergey M․
2017-03-05[extractor/common] Pass arguments to _parse_jwplayer_formats and PEP8Sergey M․
2017-03-05[extractor/common] Improve height extraction and extract bitrateSergey M․
2017-03-05[extractor/common] Move jwplayer formats extraction in separate methodSergey M․
2017-03-05[twitch] Use better naming and simplify (closes #11974)Sergey M․
2017-03-05[twitch] Add basic support for two-factor authenticationXiao Di Guan
2017-03-05[vier] Add support for vijf.beLars Vierbergen
vier.be and vijf.be run on the same CMS and are property of the same company, so the same extractor can be used for both of them.
2017-03-04[redbulltv] Improve extraction (closes #11948, closes #3919)Sergey M․
2017-03-04[redbulltv] Add extractorJuanjo Benages
2017-03-04[douyutv] Switch to the PC API to escape the 5-min limitationYen Chi Hsuan
Thanks @spacemeowx2 for the algo. Ref: https://gist.github.com/spacemeowx2/629b1d131bd7e240a7d28742048e80fc Closes #12316