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