aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/twitch.py
Commit message (Collapse)AuthorAgeFilesLines
* [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