Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor/plutotv] Fix videos with non-zero start (#5745) | David Turner | 2022-12-08 | 1 | -1/+12 |
| | | | Authored by: digitall | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -1/+0 |
| | |||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -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` | pukkandan | 2021-12-19 | 1 | -2/+5 |
| | | | | Closes #2007 | ||||
* | [plutotv] Fix extractor for URLs with `/en` | pukkandan | 2021-09-05 | 1 | -10/+15 |
| | | | | Closes #431 | ||||
* | [plutotv] Improve `_VALID_URL` | pukkandan | 2021-06-23 | 1 | -8/+8 |
| | | | | Closes #431 | ||||
* | [extractor] Add `write_debug` and `get_param` | pukkandan | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | [plutotv] Fix format extraction for some urls | pukkandan | 2021-05-06 | 1 | -6/+17 |
| | | | | | * And fallback to the first urls if ad-free urls can't be found Closes #299 | ||||
* | [plutotv] Extract subtitles from manifests | pukkandan | 2021-05-06 | 1 | -15/+19 |
| | |||||
* | [pluto.tv] Add extractor (#163) | CHJ85 | 2021-03-14 | 1 | -0/+164 |
https://github.com/ytdl-org/youtube-dl/pull/27621 Authored by: kevinoconnor7 |