Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compat, networking] Deprecate old functions (#2861) | coletdjnz | 2023-07-15 | 1 | -2/+2 |
| | | | | Authored by: coletdjnz, pukkandan | ||||
* | [extractor/twitcasting] Fix videos with password (#5894) | Sam | 2022-12-29 | 1 | -12/+22 |
| | | | | Closes #5888 Authored by: bashonly, Spicadox | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -4/+2 |
| | |||||
* | [extractor/twitcasting] Fix `data-movie-playlist` extraction (#5453) | Lesmiscore | 2022-11-05 | 1 | -1/+12 |
| | | | Authored by: Lesmiscore | ||||
* | [twitcasting] Pass headers for each formats (#3568) | Lesmiscore | 2022-04-28 | 1 | -0/+1 |
| | | | Authored by: Lesmiscore | ||||
* | [dependencies] Create module with all dependency imports | pukkandan | 2022-04-21 | 1 | -2/+2 |
| | |||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -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-07 | 1 | -0/+8 |
| | | | | | (#3319) Authored by: Lesmiscore | ||||
* | [TwitCasting] Check for password protection (#2838) | Lesmiscore (Naoya Ozaki) | 2022-02-20 | 1 | -0/+3 |
| | | | Authored by: Lesmiscore | ||||
* | [twitcasting] Add fallback for finding running live (#2803) | Lesmiscore (Naoya Ozaki) | 2022-02-16 | 1 | -0/+11 |
| | | | Authored by: Lesmiscore | ||||
* | [twitcasting] Fix extraction (#2788) | Lesmiscore (Naoya Ozaki) | 2022-02-15 | 1 | -7/+14 |
| | | | Authored by: Lesmiscore | ||||
* | [twitcasting] Enforce UTF-8 for POST payload (#2521) | Lesmiscore (Naoya Ozaki) | 2022-02-04 | 1 | -1/+1 |
| | | | Authored by: Lesmiscore | ||||
* | [twitcasting] Refactor extractor (#2310) | Lesmiscore (The Hatsune Daishi) | 2022-01-13 | 1 | -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 fixes | pukkandan | 2022-01-12 | 1 | -1/+1 |
| | | | | Closes #2230 | ||||
* | [twitcasting] Throw proper error for login-only streams (#2290) | Lesmiscore (The Hatsune Daishi) | 2022-01-12 | 1 | -1/+7 |
| | | | | | Closes #2289 Authored by: Lesmiscore | ||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | [twitcasting] Websocket support (#399) | pukkandan | 2021-06-21 | 1 | -3/+19 |
| | | | | | Closes #392 Authored by: nao20010128nao | ||||
* | [twitcasting] Add TwitCastingUserIE, TwitCastingLiveIE | pukkandan | 2021-06-06 | 1 | -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` | pukkandan | 2021-05-17 | 1 | -1/+1 |
| | |||||
* | [twitcasting] Fix extractor | pukkandan | 2021-04-18 | 1 | -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) | Pccode66 | 2021-02-25 | 1 | -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 |