aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/twitch.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-1/+1
| | | | Authored by: coletdjnz, pukkandan
* [cleanup] Miscbashonly2023-06-211-1/+1
| | | | Authored by: bashonly
* [extractor/twitch] Update `_CLIENT_ID` and add extractor-arg (#7200)bashonly2023-06-021-1/+5
| | | | Closes #7058, Closes #7183 Authored by: bashonly
* [extractor/twitch:vod] Support links from schedule tab (#7071)Florian Albrechtskirchinger2023-05-291-1/+5
| | | Authored by: falbrechtskirchinger
* [extractor/twitch] Support mobile clips (#6699)bepvte2023-05-291-1/+4
| | | Authored by: bepvte
* [extractor/twitch] Extract original size thumbnail (#6629)JC-Chung2023-04-221-4/+10
| | | Authored by: JC-Chung
* [extractor/twitch] Fix `is_live` (#6500)Elyse2023-03-101-1/+1
| | | | Closes #6494 Authored by: elyse0
* [extractor/twitch] Update for GraphQL API changes (#6318)Elyse2023-03-041-9/+37
| | | | Authored by: elyse0 Closes #6308
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+0
|
* [cleanup] Miscpukkandan2022-08-151-1/+1
|
* Minor bugfixespukkandan2022-08-021-1/+2
|
* [extractor] Support multiple archive ids for one video (#4307)pukkandan2022-08-021-0/+3
| | | | Closes #4352
* [extractor/twitch] Extract chapters for single chapter VODs (#4453)mpeter502022-07-301-4/+43
| | | | Closes #4421 Authored by: mpeter50
* [youtube,twitch] Allow waiting for channels to become livepukkandan2022-07-261-2/+3
| | | | Closes #2597
* [extractor/twitch] Support storyboards for VODs (#4342)ftk2022-07-131-2/+92
| | | Authored by: ftk
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+0
| | | | | | | | | | 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
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-8/+1
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [twitch] Fix field name of `view_count`pukkandan2022-03-041-1/+1
|
* [extractor] Standardize `_live_title`pukkandan2021-12-151-1/+1
|
* [twitch:vod] Extract live status (#1722)DEvmIb2021-11-271-2/+10
| | | | Authored by: DEvmIb
* [Twitch:vod] Add chapters (#1515)mpeter502021-11-271-6/+65
| | | Authored by: mpeter50
* [utils] Add `parse_qs`pukkandan2021-08-231-3/+3
|
* [twitch:clips] Extract `display_id`pukkandan2021-08-051-0/+2
| | | | | | | PR: https://github.com/ytdl-org/youtube-dl/pull/29684 Fixes: https://github.com/ytdl-org/youtube-dl/issues/29666 Authored by: dirkf
* Update to ytdl-commit-d495292pukkandan2021-06-011-6/+24
| | | | | | | [ard] Relax _VALID_URL and fix video ids https://github.com/ytdl-org/youtube-dl/commit/d495292852b6c2f1bd58bc2141ff2b0265c952cf Closes #357
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+970
* 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