aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/cbs.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/cbs] Add `ParamountPressExpress` extractor (#6604)bashonly2023-03-231-0/+113
| | | | Closes #6597 Authored by: bashonly
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [cleanup] Miscpukkandan2022-11-161-1/+1
| | | | Closes #5541
* [cleanup] Upgrade syntaxpukkandan2022-04-121-2/+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-14/+14
| | | | | Closes #3096 Authored by: Sipherdrakon
* [cbs] Report appropriate error for DRMpukkandan2021-09-241-0/+6
| | | | Closes #1056
* [paramountplus] Separate extractor and fix some titles (#652)shirt2021-08-101-127/+58
| | | Co-authored-by: shirt, pukkandan
* [CBS] Add fallback (#579)LE2021-08-021-13/+82
| | | | Related: https://github.com/ytdl-org/youtube-dl/issues/29564 Authored-by: llacb47, pukkandan
* [CBS] Add ParamountPlusSeriesIE (#603)Ashish2021-08-021-0/+37
| | | Authored by: Ashish0804
* [CBS] Improve `_VALID_URL` to support moviespukkandan2021-05-011-1/+10
| | | | | Closes #290 Tested by: BeeMuffins
* Update to ytdl-commit-3be0980pukkandan2021-03-151-2/+2
| | | | https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea
* [cbs] Add support for ParamountPlus (#138)shirt-dev2021-03-041-4/+7
| | | | | Related: https://github.com/ytdl-org/youtube-dl/issues/28342 Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+112
* 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