Commit Graph

29 Commits (f3411af12e209bc5624e1ac31271b8aabe2d3c90)

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>
Kacper Michajłow 02f93ff51b
[ie/twitch] Extract AV1 and HEVC formats ()
Authored by: kasper93
pukkandan 615a84447e
[cleanup] Misc ()
Authored by: pukkandan, bashonly, seproDev
DmitryScaletta 5b8c69ae04
[ie/twitch] Fix m3u8 extraction ()
Closes 
Authored by: DmitryScaletta
coletdjnz 3d2623a898
[compat, networking] Deprecate old functions ()
Authored by: coletdjnz, pukkandan
bashonly 7f9c6a63b1
[cleanup] Misc
Authored by: bashonly
bashonly 01231feb14
[extractor/twitch] Update `_CLIENT_ID` and add extractor-arg ()
Closes , Closes 
Authored by: bashonly
Florian Albrechtskirchinger dbce5afa6b
[extractor/twitch:vod] Support links from schedule tab ()
Authored by: falbrechtskirchinger
bepvte 02312c03cf
[extractor/twitch] Support mobile clips ()
Authored by: bepvte
JC-Chung 80b732b7a9
[extractor/twitch] Extract original size thumbnail ()
Authored by: JC-Chung
Elyse 0551511b45
[extractor/twitch] Fix `is_live` ()
Closes 
Authored by: elyse0
Elyse 4a6272c6d1
[extractor/twitch] Update for GraphQL API changes ()
Authored by: elyse0
Closes 
pukkandan 9f14daf22b
[extractor] Deprecate `_sort_formats`
pukkandan 1e4fca9a87
[cleanup] Misc
pukkandan 0647d9251f
Minor bugfixes
pukkandan 1e8fe57e5c [extractor] Support multiple archive ids for one video ()
Closes 
mpeter50 1cdf69c57e
[extractor/twitch] Extract chapters for single chapter VODs ()
Closes  
Authored by: mpeter50
pukkandan 693f060040
[youtube,twitch] Allow waiting for channels to become live
Closes 
ftk 418bbfd722
[extractor/twitch] Support storyboards for VODs ()
Authored by: ftk
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 52efa4b312
[extractor] Add `_perform_login` function ()
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
pukkandan be8cd3cb1d
[twitch] Fix field name of `view_count`
pukkandan 39ca3b5c7f
[extractor] Standardize `_live_title`
DEvmIb a33c0d9c5d
[twitch:vod] Extract live status ()
Authored by: DEvmIb
mpeter50 639f80c1f9
[Twitch:vod] Add chapters ()
Authored by: mpeter50
pukkandan 4dfbf8696b
[utils] Add `parse_qs`
pukkandan 678da2f21b [twitch:clips] Extract `display_id`
PR: https://github.com/ytdl-org/youtube-dl/pull/29684
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29666

Authored by: dirkf
pukkandan 14eb1ee1cb
Update to ytdl-commit-d495292
[ard] Relax _VALID_URL and fix video ids
d495292852

Closes 
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