aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/plutotv.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/plutotv] Fix videos with non-zero start (#5745)David Turner2022-12-081-1/+12
| | | Authored by: digitall
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [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
* [PlutoTV] Expand `_VALID_URL`pukkandan2021-12-191-2/+5
| | | | Closes #2007
* [plutotv] Fix extractor for URLs with `/en`pukkandan2021-09-051-10/+15
| | | | Closes #431
* [plutotv] Improve `_VALID_URL`pukkandan2021-06-231-8/+8
| | | | Closes #431
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-1/+1
|
* [plutotv] Fix format extraction for some urlspukkandan2021-05-061-6/+17
| | | | | * And fallback to the first urls if ad-free urls can't be found Closes #299
* [plutotv] Extract subtitles from manifestspukkandan2021-05-061-15/+19
|
* [pluto.tv] Add extractor (#163)CHJ852021-03-141-0/+164
https://github.com/ytdl-org/youtube-dl/pull/27621 Authored by: kevinoconnor7