about summary refs log tree commit diff
path: root/youtube_dl/extractor/limelight.py
Commit message (Collapse)AuthorAgeFilesLines
* [limelight] remove disabled API requests(closes #24255)Remita Amine2020-03-231-72/+53
|
* Improve geo bypass mechanismSergey M․2018-05-021-1/+3
| | | | | | * Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block
* [limelight] Tolerate empty pc formats (closes #15150, closes #15151, closes ↵Sergey M․2018-01-101-8/+9
| | | | #15207)
* [limelight] Improve embeds detection (closes #13895)Sergey M․2017-08-131-6/+13
|
* [limelight] Add support for channels and channels lists embedded using ↵Sergey M․2017-04-171-4/+4
| | | | LimelightEmbeddedPlayerFlash (#12761)
* [limelight] Improve embeds extraction (closes #12761)Sergey M․2017-04-171-0/+37
| | | | | | * Move extraction code to extractor * Add extraction for LimelightEmbeddedPlayerFlash embeds * Extract multiple video
* [limelight] improve extraction for audio only formatsRemita Amine2017-04-011-4/+12
|
* [limelight] extract PlaylistService errorsRemita Amine2017-02-211-3/+14
|
* [limelight] add support referer protected videosRemita Amine2017-02-131-7/+16
|
* [limelight] Improve and make more robust (closes #11737)Sergey M․2017-01-161-8/+20
| | | | | + Add support for direct http for videos hosted on video.llnw.net * Check handmade http URLs
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
|
* [limelight:media] improve http formats extractionRemita Amine2016-09-281-1/+1
|
* [limelight] skip ism manifests and reduce requestsRemita Amine2016-08-311-4/+8
|
* [limelight] extract http formatsRemita Amine2016-08-031-6/+9
|
* [limelight] keep videos marked as previewStreamRemita Amine2016-08-011-2/+2
| | | | https://github.com/rg3/youtube-dl/commit/e382b953f00982a2085d3e0b1b6fb4d2a0f2db7e#commitcomment-18472915
* [limelight] skip preview and drm protected videosRemita Amine2016-08-011-11/+16
|
* [limelight] Extract ttml subtitles (Closes #9739)Sergey M․2016-06-111-2/+8
|
* [limelight] Fix typoSergey M․2016-06-111-1/+1
|
* [limelight] Improve _VALID_URLsSergey M․2016-06-111-7/+49
|
* [limelight] Fix _VALID_URLsSergey M․2016-06-111-2/+2
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-3/+3
|
* [limelight] fix format sorting and make m3u8 and f4m extraction non fatalremitamine2016-01-301-3/+4
|
* [limelight] Add test video with subtitlesSergey M․2015-10-041-3/+21
|
* [limelight] Fix python 2.6, simplify, make more robust (Closes #6734)Sergey M․2015-10-041-75/+110
|
* [limelight] Add new extractorremitamine2015-10-041-0/+176