aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/limelight.py
AgeCommit message (Collapse)Author
2020-03-23[limelight] remove disabled API requests(closes #24255)Remita Amine
2018-05-02Improve geo bypass mechanismSergey M․
* Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block
2018-01-10[limelight] Tolerate empty pc formats (closes #15150, closes #15151, closes ↵Sergey M․
#15207)
2017-08-13[limelight] Improve embeds detection (closes #13895)Sergey M․
2017-04-17[limelight] Add support for channels and channels lists embedded using ↵Sergey M․
LimelightEmbeddedPlayerFlash (#12761)
2017-04-17[limelight] Improve embeds extraction (closes #12761)Sergey M․
* Move extraction code to extractor * Add extraction for LimelightEmbeddedPlayerFlash embeds * Extract multiple video
2017-04-01[limelight] improve extraction for audio only formatsRemita Amine
2017-02-21[limelight] extract PlaylistService errorsRemita Amine
2017-02-13[limelight] add support referer protected videosRemita Amine
2017-01-16[limelight] Improve and make more robust (closes #11737)Sergey M․
+ Add support for direct http for videos hosted on video.llnw.net * Check handmade http URLs
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-09-28[limelight:media] improve http formats extractionRemita Amine
2016-08-31[limelight] skip ism manifests and reduce requestsRemita Amine
2016-08-03[limelight] extract http formatsRemita Amine
2016-08-01[limelight] keep videos marked as previewStreamRemita Amine
https://github.com/rg3/youtube-dl/commit/e382b953f00982a2085d3e0b1b6fb4d2a0f2db7e#commitcomment-18472915
2016-08-01[limelight] skip preview and drm protected videosRemita Amine
2016-06-11[limelight] Extract ttml subtitles (Closes #9739)Sergey M․
2016-06-11[limelight] Fix typoSergey M․
2016-06-11[limelight] Improve _VALID_URLsSergey M․
2016-06-11[limelight] Fix _VALID_URLsSergey M․
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2016-01-30[limelight] fix format sorting and make m3u8 and f4m extraction non fatalremitamine
2015-10-04[limelight] Add test video with subtitlesSergey M․
2015-10-04[limelight] Fix python 2.6, simplify, make more robust (Closes #6734)Sergey M․
2015-10-04[limelight] Add new extractorremitamine