aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/cbc.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+0
|
* [extractor, cleanup] Reduce direct use of `_downloader`pukkandan2022-06-231-2/+2
|
* [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
* [cleanup] Use `_html_extract_title`pukkandan2022-04-041-3/+3
|
* [CBC] Fix URL regexpukkandan2021-12-251-1/+2
| | | | Closes #2110
* [cleanup] Misc cleanuppukkandan2021-12-231-1/+1
| | | | Closes #1942 #1976 #2020 #2058 #1984
* [CBC Gem] Extract 1080p formats (#1913)David Skrundz2021-12-091-2/+36
| | | Authored by: DavidSkrundz
* [CBC Gem] Fix for shows that don't have all seasons (#1621)makeworld2021-11-111-1/+2
| | | | Closes #1594 Authored by: makeworld-the-better-one
* [CBC] Support CBC Gem member content (#1294)makeworld2021-10-221-24/+86
| | | Authored by: makeworld-the-better-one
* [CBC] Fix Gem livestream (#1289)makeworld2021-10-221-12/+12
| | | Authored by: makeworld-the-better-one
* [CBC] Cleanup tests (#1162)makeworld2021-10-051-4/+0
| | | | Related: #1013 Authored by: makeworld-the-better-one
* [CBC] Fix CBC Gem extractors (#1013)makeworld2021-09-201-272/+204
| | | | Closes #936 Authored by: makeworld-the-better-one
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+497
* 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