Commit Graph

24 Commits (90d2da311bbb5dc06f385ee428c7e4590936e995)

Author SHA1 Message Date
Chris Caruso c8bf48f3a8
[ie/cbc.ca:player] Improve `_VALID_URL` ()
Closes 
Authored by: carusocr
trainman261 b49d5ffc53
[ie/cbc.ca:player] Support new URL format ()
Closes 
Authored by: trainman261
trainman261 7e09c147fd
[ie/theplatform] Extract more metadata ()
Authored by: trainman261
bashonly d4f14a72dc
[ie] Do not test truth value of `xml.etree.ElementTree.Element` ()
Testing the truthiness of an `xml.etree.ElementTree.Element` instance is deprecated in py3.12

Authored by: bashonly
trainman261 19c90e405b
[cleanup] Update extractor tests ()
Authored by: trainman261
makeworld 9bf14be775
[ie/cbc] Ignore any 426 from API ()
Closes 
Authored by: makew0rld
trainman261 ed71189781
[ie/CBCPlayerPlaylist] Add extractor ()
Authored by: trainman261
trainman261 339c339fec
[ie/CBCPlayer] Extract HLS formats and subtitles ()
Authored by: trainman261
jo-nike 4afb208cf0
[extractor/cbc] Ignore 426 from API ()
Closes 
Authored by: jo-nike
makeworld 7a7b1376fb
[extractor/cbc] Fix live extractor, playlist `_VALID_URL` ()
Authored by: makew0rld
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