aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2020-06-14[facebook] Support single-video ID linksPhilipp Hagemeister
I stumbled upon this at https://www.facebook.com/bwfbadminton/posts/10157127020046316 . No idea how prevalent it is yet.
2020-06-06[youtube] Extract chapters from JSON (closes #24819)Sergey M․
2020-06-06[kaltura] Add support for multiple embeds on a webpage (closes #25523)Sergey M․
2020-06-06[tele5] Bypass geo restrictionSergey M․
2020-06-06[jwplatform] Add support for bypass geo restrictionSergey M․
2020-06-06[tele5] Prefer jwplatform over nexx (closes #25533)Sergey M․
2020-06-06[twitch:stream] Expect 400 and 410 HTTP errors from APISergey M․
2020-06-06[twitch:stream] Fix extraction (closes #25528)Sergey M․
2020-06-06[twitch] Pass v5 accept header and fix thumbnails extraction (closes #25531)Sergey M․
2020-06-05[brightcove] Sort importsSergey M․
2020-06-05[brightcove] Fix subtitles extraction (closes #25540)Sergey M․
2020-06-01[malltv] Add support for sk.mall.tv (#25445)Matej Dujava
2020-06-01[twitter:broadcast] Add untitled periscope broadcast testSergey M․
2020-06-01[periscope] Fix untitled broadcasts (#25482)Sergey M․
2020-05-31[jwplatform] Improve embeds extraction (closes #25467)Sergey M․
2020-05-29[ard:beta] Extend _VALID_URL (closes #25405)Sergey M․
2020-05-27[youtube] Add support for more invidious instances (#25417)striker.sh
2020-05-21[giantbomb] Extend _VALID_URL (#25222)JordanWeatherby
2020-05-20[ard] Improve _VALID_URL (closes #25134) (#25198)Michael Klein
2020-05-20[redtube] Improve formats extraction and extract m3u8 formats (closes ↵Sergey M․
#25311, closes #25321)
2020-05-20[indavideo] Switch to HTTPS for API request (#25191)tlsssl
2020-05-20[redtube] Improve title extraction (#25208)Dave Loyall
2020-05-15[vimeo] improve format extraction and sorting(closes #25285)Remita Amine
2020-05-15[soundcloud] reduce API playlist page limit(closes #25274)Remita Amine
2020-05-14[youtube] Add support for yewtu.be (#25226)Juan Francisco Cantero Hurtado
2020-05-14[mailru] Fix extraction (closes #24530) (#25239)comsomisha
2020-05-14[bbccouk] PEP8Sergey M․
2020-05-12[spike] fix Bellator mgid extraction(closes #25195)Remita Amine
2020-05-08[youtube] Improve signature cipher extraction (closes #25188)Sergey M․
2020-05-06[iprima] Improve extraction (closes #25138)Sergey M․
2020-05-05[uol] fix extraction(closes #22007)Remita Amine
2020-05-05[orf] Add support for more radio stations (closes #24938) (#24968)hh0rva1h
2020-05-05[extractor/common] Use compat_cookiejar_Cookie for _set_cookie (closes ↵Sergey M․
#23256, closes #24776) To always ensure cookie name and value are bytestrings on python 2.
2020-05-05[dailymotion] Fix typoSergey M․
2020-05-04[puhutv] Remove no longer available HTTP formats (closes #25124)Sergey M․
2020-05-02[crunchyroll] Fix and improve extraction (closes #25096, closes #25060)Sergey M․
2020-05-02[extractor/common] Extract multiple JSON-LD entriesSergey M․
2020-05-02[youtube] Improve player id extraction and add testsSergey M․
2020-05-01[youtube] Use redirected video id if any (closes #25063)Sergey M․
2020-04-29[yahoo] fix GYAO Player extraction and relax title URL regex(closes ↵Remita Amine
#24178)(closes #24778)
2020-04-29[tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789)Remita Amine
2020-04-26[tenplay] Relax _VALID_URL (closes #25001)Sergey M․
2020-04-24[prosiebensat1] Extract series metadataSergey M․
2020-04-24[prosiebensat1] Improve extraction and remove 7tv.de support (#24948)Philipp Stehle
2020-04-11[youtube] Fix DRM videos detection (refs #24736)Sergey M․
2020-04-11[thisoldhouse] Improve video id extraction (closes #24549)Sergey M․
2020-04-11[thisoldhouse] Fix video id extraction (closes #24548)AndrewMBL
Added support for: with of without "www." and either ".chorus.build" or ".com" It now validated correctly on older URL's ``` <iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f ``` and newer ones ``` <iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120 ```
2020-04-10[soundcloud] Improve AAC format extraction (closes #19173, closes #24708)Sergey M․
2020-04-10[soundcloud] Extract AAC formattom
2020-04-09[youtube] Skip broken multifeed videos (closes #24711)Sergey M․