aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/twitcasting.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-2/+2
| | | | Authored by: coletdjnz, pukkandan
* [extractor/twitcasting] Fix videos with password (#5894)Sam2022-12-291-12/+22
| | | | Closes #5888 Authored by: bashonly, Spicadox
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-4/+2
|
* [extractor/twitcasting] Fix `data-movie-playlist` extraction (#5453)Lesmiscore2022-11-051-1/+12
| | | Authored by: Lesmiscore
* [twitcasting] Pass headers for each formats (#3568)Lesmiscore2022-04-281-0/+1
| | | Authored by: Lesmiscore
* [dependencies] Create module with all dependency importspukkandan2022-04-211-2/+2
|
* [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
* [twitcasting] Don't return multi_video for archive with single hls manifest ↵Lesmiscore (Naoya Ozaki)2022-04-071-0/+8
| | | | | (#3319) Authored by: Lesmiscore
* [TwitCasting] Check for password protection (#2838)Lesmiscore (Naoya Ozaki)2022-02-201-0/+3
| | | Authored by: Lesmiscore
* [twitcasting] Add fallback for finding running live (#2803)Lesmiscore (Naoya Ozaki)2022-02-161-0/+11
| | | Authored by: Lesmiscore
* [twitcasting] Fix extraction (#2788)Lesmiscore (Naoya Ozaki)2022-02-151-7/+14
| | | Authored by: Lesmiscore
* [twitcasting] Enforce UTF-8 for POST payload (#2521)Lesmiscore (Naoya Ozaki)2022-02-041-1/+1
| | | Authored by: Lesmiscore
* [twitcasting] Refactor extractor (#2310)Lesmiscore (The Hatsune Daishi)2022-01-131-49/+96
| | | | | | | Co-authored-by: Ashish Gupta <39122144+Ashish0804@users.noreply.github.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Authored by: Lesmiscore
* [cleanup, docs] Minor fixespukkandan2022-01-121-1/+1
| | | | Closes #2230
* [twitcasting] Throw proper error for login-only streams (#2290)Lesmiscore (The Hatsune Daishi)2022-01-121-1/+7
| | | | | Closes #2289 Authored by: Lesmiscore
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-1/+1
|
* [twitcasting] Websocket support (#399)pukkandan2021-06-211-3/+19
| | | | | Closes #392 Authored by: nao20010128nao
* [twitcasting] Add TwitCastingUserIE, TwitCastingLiveIEpukkandan2021-06-061-8/+74
| | | | | | | Closes #374 Code adapted from: https://github.com/nao20010128nao/ytdl-patched/blob/f1fb9222bb474e4ac2333e1e8047c11a856c42d3/youtube_dl/extractor/twitcasting.py Authored by: pukkandan, nao20010128nao
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-1/+1
|
* [twitcasting] Fix extractorpukkandan2021-04-181-6/+9
| | | | | | | | * `Origin: https://twitcasting.tv` must be sent when requesting the webpage. Otherwise the extracted `m3u8` will always give a `502` * Fix regex for when `data-movie-playlist` is a dict containing the needed list * media initialization is fully supported; so change downloader to native Closes #220
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+111
* 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