aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/paramountplus.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/paramountplus] Update API token (#5285)bashonly2022-10-191-4/+5
| | | | Closes #5273 Authored by: bashonly
* [extractor/paramountplus] Better DRM detection (#5126)bashonly2022-10-041-7/+56
| | | | Closes #5119 Authored by: bashonly
* [cleanup] Upgrade syntaxpukkandan2022-04-121-1/+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
* [ParamountPlus,CBS] Change VALID_URL (#3098)Sipherdrakon2022-03-181-7/+13
| | | | | Closes #3096 Authored by: Sipherdrakon
* [ParamountPlusSeries] Support multiple pages (#3026)Dorian Westacott2022-03-161-3/+6
| | | Authored by: dodrian
* [test/download] Fallback test to `bv`pukkandan2021-11-061-2/+0
|
* [ParamountPlus] Fix geo verification (#711)shirt2021-08-161-1/+1
| | | | Closes #681 Authored by: shirt
* [paramountplus] Separate extractor and fix some titles (#652)shirt2021-08-101-0/+145
Co-authored-by: shirt, pukkandan