Commit Graph

11 Commits (d05460e5fee0dca9ab7463c78c630653fb37dcde)

Author SHA1 Message Date
nyuszika7h 6ef5ad9e29
[trovo] Update to new API ()
Closes 
Authored by: nyuszika7h
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 e0ddbd02bd
[cleanup] Use format_field where applicable
pukkandan 39ca3b5c7f
[extractor] Standardize `_live_title`
pukkandan 3262f8abf2
[trovo] Fix inheritance of `TrovoChannelBaseIE`
Closes 
nyuszika7h 0cbed930c8
[trovo] Fix extractor ()
Closes 

Authored by: nyuszika7h
pukkandan 96565c7e55
[cleanup] Add keyword automatically to SearchIE descriptions
and some minor cleanup of docs
Ashish Gupta 974208e151
[trovo] Support channel clips and VODs ()
Closes 
Authored by: Ashish0804
Glenn Slayden 5d62709bc7
[cleanup] Replace improper use of tab in trovo ()
:ci skip

Authored by: glenn-slayden
pukkandan 36147a63e3
[trovo] Pass origin header (Closes )
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28346
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