Commit Graph

15 Commits (b5d67c011908547b307f0d2ae58563604dcd57ec)

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>
src-tinkerer c4b87dd885
[ie/ZenYandex] Fix extractor ()
Closes 
Authored by: src-tinkerer
Boris Nagaev 5efe68b73c
[ie/ZenYandex] Fix extraction ()
Closes 
Authored by: starius
pukkandan 08e29b9f1f
[cleanup] Misc
Closes , closes 
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
pukkandan 46d09f8707
[cleanup] Lint and misc cleanup
Alex Karabanov c9bd65185c
[extractor/zenyandex] Fix extractors (, )
Closes 
Authored by:  lksj, puc9, pukkandan

Co-authored-by: puc9 <51006296+puc9@users.noreply.github.com>
gamer191 304ad45a9b
[cleanup] Misc ()
Authored by: gamer191, pukkandan
Simon Sawicki 2e0f8d4f6e
[extractor/yandexvideopreview] Update _VALID_URL ()
Closes 
Authored by: Grub4K
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 a44ca5a470
[cleanup] Misc fixes
Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117

Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, a825ffbffa (commitcomment-68538986), https://github.com/yt-dlp/yt-dlp/issues/2360, 5fa3c9a88f (r70393519), 5fa3c9a88f (r70393254)
KiberInfinity e26f9cc1e5
[YandexVideoPreview] Add extractor ()
Closes 
Authored by: KiberInfinity
u-spec-png a109acbf82
[ZenYandex] Fix extractor ()
Closes 
Authored by: u-spec-png
Ashish dc9de9cbd2
[Yandex] Add ZenYandexIE and ZenYandexChannelIE ()
Authored by: Ashish0804
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