Commit Graph

14 Commits (7a6c8a0807941dd24fbf0d6172e811884f98e027)

Author SHA1 Message Date
makeworld 871c907454
[extractor/cbc:gem] Update `_VALID_URL` ()
Authored by: makeworld-the-better-one
Closes 
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
pukkandan 9809740ba5
[extractor, cleanup] Reduce direct use of `_downloader`
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
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
pukkandan 04f3fd2c89
[cleanup] Use `_html_extract_title`
pukkandan 332da56f52
[CBC] Fix URL regex
Closes 
pukkandan b69fd25c25
[cleanup] Misc cleanup
Closes     
David Skrundz 54c2521ca6
[CBC Gem] Extract 1080p formats ()
Authored by: DavidSkrundz
makeworld 013ae2e503
[CBC Gem] Fix for shows that don't have all seasons ()
Closes 
Authored by: makeworld-the-better-one
makeworld d183af3cc1
[CBC] Support CBC Gem member content ()
Authored by: makeworld-the-better-one
makeworld 3c239332b0
[CBC] Fix Gem livestream ()
Authored by: makeworld-the-better-one
makeworld 0f0ac87be3
[CBC] Cleanup tests ()
Related:  
Authored by: makeworld-the-better-one
makeworld 0d32e124c6
[CBC] Fix CBC Gem extractors ()
Closes 
Authored by: makeworld-the-better-one
Pccode66 7a5c1cfe93
Completely change project name to yt-dlp ()
* 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