aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/rcti.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-2/+2
| | | | Authored by: coletdjnz, pukkandan
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+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
* [RCTIPlusSeries] Lazy extraction and video type selection (#2050)MinePlayersPE2021-12-241-47/+76
| | | Authored by: MinePlayersPE
* [test/download] Fallback test to `bv`pukkandan2021-11-061-5/+0
|
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-4/+3
|
* [RCTIPlus] Support events and TV (#625)MinePlayersPE2021-08-041-23/+123
| | | Authored by: MinePlayersPE
* [RCTIPlus] Remove PhantomJS dependency (#595)MinePlayersPE2021-07-311-11/+24
| | | Authored by: MinePlayersPE
* [RCTIPlus] Add extractor (#443)MinePlayersPE2021-07-021-0/+242
Authored by: MinePlayersPE