Commit Graph

16 Commits (b28dc2a42444bc9f58e75d9a85c3e3cbd8701246)

Author SHA1 Message Date
sepro add96eb9f8
[cleanup] Add more ruff rules ()
Authored by: seproDev

Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
Simon Sawicki e897bd8292
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs ()
Authored by: bashonly, seproDev, Grub4K

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
lauren n. liberda 882e3b753c
[ie/tvp] Support livestreams ()
Closes 
Authored by: selfisekai
coletdjnz 3d2623a898
[compat, networking] Deprecate old functions ()
Authored by: coletdjnz, pukkandan
pukkandan ad54c9130e
[cleanup] Misc
Closes , Closes , Closes , Closes , Closes 
Authored by: mikf, freezboltz, pukkandan
lauren n. liberda 0c7ce146e4
[extractor/tvp] Use new API ()
Authored by: selfisekai
Closes 
lauren n. liberda a31d0fa6c3
[extractor/tvp] Support `stream.tvp.pl` ()
Authored by: selfisekai
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
lauren 728f4b5c2e
[extractor/tvp] Update extractors ()
Closes 
Authored by: selfisekai
pukkandan bfd973ece3 [extractors] Use new framework for existing embeds ()
`Brightcove` is difficult to migrate because it's subclasses may depend
on the signature of the current functions. So it is left as-is for now

Note: Tests have not been migrated
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
Lauren Liberda ebfab36fca
[tvp] Add TVPStreamIE ()
Authored by: selfisekai
Lauren Liberda c15de6ffe6
[tvp] Fix extractor ()
Authored by: selfisekai
Lauren Liberda 56bb56f3cf
[tvp] Fix embeds ()
Authored by: selfisekai
pukkandan 5ad28e7ffd
[extractor] Common function `_match_valid_url`
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