aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2016-09-18[vyborymos] Add extractor (Closes #10692)Sergey M․
2016-09-18[xfileshare] Add title regex for streamin.to and fallback to video id ↵Sergey M․
(Closes #10646)
2016-09-17[globo:article] Add support for multiple videos (Closes #10653)Sergey M․
2016-09-17[extractor/common] Add manifest_url for hls and hds formatsSergey M․
2016-09-17Refactor fragments interface and dash segments downloaderSergey M․
- Eliminate segment_urls and initialization_url + Introduce manifest_url (manifest may contain unfragmented data in this case url will be used for direct media URL and manifest_url for manifest itself correspondingly) * Rewrite dashsegments downloader to use fragments data * Improve generic mpd extraction
2016-09-17[svt] Fix DASH formats extractionSergey M․
2016-09-17[extractor/common] Expose fragments interface for dashsegments formatsSergey M․
2016-09-17[extractor/common] Introduce fragments interfaceSergey M․
2016-09-17[thisav] Recognize jwplayers (closes #10447)Yen Chi Hsuan
2016-09-17[jwplatform] Use js_to_json to detect more JWPlayersYen Chi Hsuan
2016-09-17[franceinter] Fix upload date extractionSergey M․
2016-09-17[mangomolo] fix domain regexRemita Amine
2016-09-16[mangomolo] fix typoRemita Amine
2016-09-16[mangomolo] add support for Mangomolo embedsRemita Amine
2016-09-16[common] add helper method for Wowza Streaming Engine format extractionRemita Amine
2016-09-16[toutv] add support for authentication(closes #10669)Remita Amine
2016-09-16[franceinter] Fix upload date extractionSergey M․
2016-09-16[tv4] Fix hls and hds formats (Closes #10659)Sergey M․
2016-09-15Improve some id regexesstepshal
2016-09-15[adobepass] Change mvpd cache section nameSergey M․
In order to better emphasize it's relation to Adobe Pass
2016-09-15[extractor/common] Simplify _get_netrc_login_info and carry long linesSergey M․
2016-09-15[extractor/common] Update _get_login_info's commentSergey M․
2016-09-15[extractor/common] Simplify _get_login_infoSergey M․
2016-09-15[utils] Improve _hidden_inputsSergey M․
2016-09-15[crunchyroll] Fix authentication (Closes #10655)Sergey M․
2016-09-15[twitch] Fix api calls (Closes #10654, closes #10660)Sergey M․
2016-09-15[bellmedia] add support for more sitesRemita Amine
2016-09-14[ap] improve adobe pass names and parse error handlingRemita Amine
2016-09-14[franceinter] Improve extraction (Closes #10538)Sergey M․
2016-09-14[utils,franceinter] Add french months' names and fix extractionrenalid
Update of the "FranceInter" radio extractor : webpages HTML structure had changed, the extractor didn't work. So I updated this extractor to get the mp3 URL and all details.
2016-09-15[kwuo:song] Improve error detection (closes #10650)Yen Chi Hsuan
2016-09-15[kuwo] Update _TESTSYen Chi Hsuan
2016-09-14[go] fix typoRemita Amine
2016-09-14[go] add support for free full episodes(#10439)Remita Amine
2016-09-14Improve some _VALID_URLsstepshal
2016-09-14[viafree] Fix testSergey M․
2016-09-14[adobepass] remove unnecessary optionRemita Amine
2016-09-14[bilibili] Fix extraction for videos without backup_url (#10647)Yen Chi Hsuan
2016-09-14[bilibili] Remove copyrighted test casesYen Chi Hsuan
I can't find any English or Chinese material that claims BiliBili has bought legal redistribution permissions for copyrighted products from copyrighted holders. References for removed test cases: "刀语": https://en.wikipedia.org/wiki/Katanagatari, by White Fox "哆啦A梦": https://en.wikipedia.org/wiki/Doraemon, by Shin-Ei Animation "岳父岳母真难当": https://en.wikipedia.org/wiki/Serial_(Bad)_Weddings, by Les films du 24 "混沌武士": https://en.wikipedia.org/wiki/Samurai_Champloo, by Manglobe I shouldn't have added them to _TESTS
2016-09-13[adobepass] add specific options for adobe pass authenticationRemita Amine
- add --ap-username and --ap-password option to specify TV provider username and password in the cmd line - add --ap-retries option to limit the number of retries - add --list-ap-msi-ids to list the supported TV Providers
2016-09-13[adobepass] PEP 8Sergey M․
2016-09-13[nhk] Fix extraction (Closes #10633)Sergey M․
2016-09-12[adobepass] add an option to specify mso_id and support for ROGERS TV ↵Remita Amine
Provider(closes #10606)
2016-09-12[safari] Improve ids regexes (#10617)Sergey M․
2016-09-12[kaltura] Improve audio detectionSergey M․
2016-09-12[kaltura] Skip chun formatSergey M․
2016-09-12[extractor/generic] Add vimeo embed that requires Referer passedSergey M․
2016-09-12[vimeo:ondemand] Pass Referer along with embed URL (#10624)Sergey M․
2016-09-12[nbc] Add new extractor for NBC Olympics (#10295, #10361)Yen Chi Hsuan
2016-09-11[tube8] Remove proxy settings from testSergey M․