Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compat, networking] Deprecate old functions (#2861) | coletdjnz | 2023-07-15 | 1 | -1/+1 |
| | | | | Authored by: coletdjnz, pukkandan | ||||
* | [cleanup] Misc | bashonly | 2023-06-21 | 1 | -1/+1 |
| | | | | Authored by: bashonly | ||||
* | [extractor/twitch] Update `_CLIENT_ID` and add extractor-arg (#7200) | bashonly | 2023-06-02 | 1 | -1/+5 |
| | | | | Closes #7058, Closes #7183 Authored by: bashonly | ||||
* | [extractor/twitch:vod] Support links from schedule tab (#7071) | Florian Albrechtskirchinger | 2023-05-29 | 1 | -1/+5 |
| | | | Authored by: falbrechtskirchinger | ||||
* | [extractor/twitch] Support mobile clips (#6699) | bepvte | 2023-05-29 | 1 | -1/+4 |
| | | | Authored by: bepvte | ||||
* | [extractor/twitch] Extract original size thumbnail (#6629) | JC-Chung | 2023-04-22 | 1 | -4/+10 |
| | | | Authored by: JC-Chung | ||||
* | [extractor/twitch] Fix `is_live` (#6500) | Elyse | 2023-03-10 | 1 | -1/+1 |
| | | | | Closes #6494 Authored by: elyse0 | ||||
* | [extractor/twitch] Update for GraphQL API changes (#6318) | Elyse | 2023-03-04 | 1 | -9/+37 |
| | | | | Authored by: elyse0 Closes #6308 | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -2/+0 |
| | |||||
* | [cleanup] Misc | pukkandan | 2022-08-15 | 1 | -1/+1 |
| | |||||
* | Minor bugfixes | pukkandan | 2022-08-02 | 1 | -1/+2 |
| | |||||
* | [extractor] Support multiple archive ids for one video (#4307) | pukkandan | 2022-08-02 | 1 | -0/+3 |
| | | | | Closes #4352 | ||||
* | [extractor/twitch] Extract chapters for single chapter VODs (#4453) | mpeter50 | 2022-07-30 | 1 | -4/+43 |
| | | | | Closes #4421 Authored by: mpeter50 | ||||
* | [youtube,twitch] Allow waiting for channels to become live | pukkandan | 2022-07-26 | 1 | -2/+3 |
| | | | | Closes #2597 | ||||
* | [extractor/twitch] Support storyboards for VODs (#4342) | ftk | 2022-07-13 | 1 | -2/+92 |
| | | | Authored by: ftk | ||||
* | [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 | ||||
* | [extractor] Add `_perform_login` function (#2943) | pukkandan | 2022-03-18 | 1 | -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` | pukkandan | 2022-03-04 | 1 | -1/+1 |
| | |||||
* | [extractor] Standardize `_live_title` | pukkandan | 2021-12-15 | 1 | -1/+1 |
| | |||||
* | [twitch:vod] Extract live status (#1722) | DEvmIb | 2021-11-27 | 1 | -2/+10 |
| | | | | Authored by: DEvmIb | ||||
* | [Twitch:vod] Add chapters (#1515) | mpeter50 | 2021-11-27 | 1 | -6/+65 |
| | | | Authored by: mpeter50 | ||||
* | [utils] Add `parse_qs` | pukkandan | 2021-08-23 | 1 | -3/+3 |
| | |||||
* | [twitch:clips] Extract `display_id` | pukkandan | 2021-08-05 | 1 | -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-d495292 | pukkandan | 2021-06-01 | 1 | -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) | Pccode66 | 2021-02-25 | 1 | -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 |