aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/viu.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/viu] Add `ViuOTTIndonesiaIE` extractor (#6099)HobbyistDev2023-02-171-0/+146
| | | | Authored by: HobbyistDev Closes #1757
* [cleanup] Use `random.choices` (#5800)Anant Murmu2022-12-301-1/+1
| | | Authored by: freezboltz
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+0
|
* [extractor/viu] Support subtitles of on-screen text (#5173)tkgmomosheep2022-10-091-15/+27
| | | Authored by: tkgmomosheep
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+0
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [viu] Fix bypass for preview (#3247)zackmark292022-03-301-4/+5
| | | Authored by: zackmark29
* [go,viu] Extract subtitles from the m3u8 manifest (#3219)Felix S2022-03-271-2/+1
| | | Authored by: fstirlitz
* [viu] Fixed extractor (#3136)zackmark292022-03-241-113/+103
| | | | Closes #3133 Authored by: zackmark29, pukkandan
* [extractor] Add convinience function `_yes_playlist`pukkandan2022-01-241-5/+1
|
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-1/+1
|
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-2/+2
|
* Fix some linter and typospukkandan2021-04-161-1/+2
|
* [viu:ott] Fix extractor (see desc)lkho2021-04-161-10/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | * add language_flag_id query param * add support for premium account (untested since I dont have a premium account) * support entire series Code from: https://github.com/blackjack4494/youtube-dlc/pull/211 https://github.com/ytdl-org/youtube-dl/pull/15182 https://github.com/ytdl-org/youtube-dl/pull/26775 Fixes: https://github.com/yt-dlp/yt-dlp/issues/219 https://github.com/ytdl-org/youtube-dl/issues/27946 https://github.com/ytdl-org/youtube-dl/issues/27863 https://github.com/ytdl-org/youtube-dl/issues/27812 https://github.com/ytdl-org/youtube-dl/issues/27464 https://github.com/ytdl-org/youtube-dl/issues/26788 https://github.com/blackjack4494/yt-dlc/issues/136 Possibly also fixes (untested): https://github.com/ytdl-org/youtube-dl/issues/16992 https://github.com/ytdl-org/youtube-dl/issues/26701 Co-authored by: lkho, pukkandan
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+272
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan