| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Authored by: Lesmiscore
|
|
|
| |
Authored by: Lesmiscore
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
(#3319)
Authored by: Lesmiscore
|
|
|
| |
Authored by: Lesmiscore
|
|
|
| |
Authored by: Lesmiscore
|
|
|
| |
Authored by: Lesmiscore
|
|
|
| |
Authored by: Lesmiscore
|
|
|
|
|
|
|
| |
Co-authored-by: Ashish Gupta <39122144+Ashish0804@users.noreply.github.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Authored by: Lesmiscore
|
|
|
|
| |
Closes #2230
|
|
|
|
|
| |
Closes #2289
Authored by: Lesmiscore
|
| |
|
|
|
|
|
| |
Closes #392
Authored by: nao20010128nao
|
|
|
|
|
|
|
| |
Closes #374
Code adapted from: https://github.com/nao20010128nao/ytdl-patched/blob/f1fb9222bb474e4ac2333e1e8047c11a856c42d3/youtube_dl/extractor/twitcasting.py
Authored by: pukkandan, nao20010128nao
|
| |
|
|
|
|
|
|
|
|
| |
* `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
|
|
* 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
|