Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor/soundcloud] Support user permalink (#5842) | nosoop | 2022-12-30 | 1 | -0/+21 |
| | | | | Closes #5841 Authored by: nosoop | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -1/+0 |
| | |||||
* | [extractor/soundcloud:search] More metadata in `--flat-playlist` (#4965) | Kyle Anthony Williams | 2022-09-27 | 1 | -168/+170 |
| | | | Authored by: SuperSonicHub1 | ||||
* | Standardize retry mechanism (#1649) | pukkandan | 2022-08-02 | 1 | -11/+5 |
| | | | | | | | * [utils] Create `RetryManager` * Migrate all retries to use the manager * [extractor] Add wrapper methods for convenience * Standardize console messages for retries * Add `--retry-sleep` for extractors | ||||
* | [extractors] Use new framework for existing embeds (#4307) | pukkandan | 2022-08-02 | 1 | -6/+1 |
| | | | | | | | `Brightcove` is difficult to migrate because it's subclasses may depend on the signature of the current functions. So it is left as-is for now Note: Tests have not been migrated | ||||
* | [extractor, cleanup] Reduce direct use of `_downloader` | pukkandan | 2022-06-23 | 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 | ||||
* | [cleanup] Mark some compat variables for removal (#2173) | pukkandan | 2022-04-12 | 1 | -2/+1 |
| | | | | Authored by fstirlitz, pukkandan | ||||
* | [extractor] Add `_perform_login` function (#2943) | pukkandan | 2022-03-18 | 1 | -20/+14 |
| | | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API | ||||
* | [cleanup, docs] Misc cleanup | pukkandan | 2022-03-08 | 1 | -8/+8 |
| | | | | Closes #2828, closes #2734, closes #2802, closes #2937 | ||||
* | [cleanup] Misc cleanup | pukkandan | 2021-12-23 | 1 | -1/+1 |
| | | | | Closes #1942 #1976 #2020 #2058 #1984 | ||||
* | [soundcloud] Add related tracks extractor (#1000) | Lapinot | 2021-12-20 | 1 | -2/+51 |
| | | | Authored by: Lapin0t | ||||
* | [lazy_extractors] Fix bug in 2c4aaaddc99dfb57cb3a5395e4d2fff2f4b819a4 | pukkandan | 2021-12-03 | 1 | -143/+146 |
| | | | | SearchIEs must not inherit from extractors that have a _VALID_URL defined | ||||
* | [soundcloud:search] Fix pagination | pukkandan | 2021-11-19 | 1 | -2/+3 |
| | |||||
* | [cleanup] Add keyword automatically to SearchIE descriptions | pukkandan | 2021-10-23 | 1 | -3/+2 |
| | | | | and some minor cleanup of docs | ||||
* | [cleanup] misc | pukkandan | 2021-10-23 | 1 | -1/+1 |
| | |||||
* | [extractor] Simplify search extractors | pukkandan | 2021-10-12 | 1 | -16/+5 |
| | |||||
* | [soundcloud:playlist] Detect last page correctly | pukkandan | 2021-10-06 | 1 | -0/+2 |
| | | | | Closes #1168 | ||||
* | [soundcloud] Update `_CLIENT_ID` | pukkandan | 2021-09-16 | 1 | -1/+1 |
| | | | | Related: #975 | ||||
* | [cleanup] Misc | pukkandan | 2021-09-05 | 1 | -2/+0 |
| | |||||
* | [soundcloud] Retry playlist pages on `502` error | pukkandan | 2021-09-05 | 1 | -6/+21 |
| | | | | Closes #872 | ||||
* | [soundcloud] Make playlist extraction lazy | pukkandan | 2021-09-05 | 1 | -40/+21 |
| | |||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 1 | -4/+4 |
| | |||||
* | [soundcloud] Refetch `client_id` on 403 | pukkandan | 2021-08-15 | 1 | -2/+2 |
| | | | | Closes #673 | ||||
* | [soundcloud] Allow login using oauth token (#469) | Tom-Oliver Heidel | 2021-07-07 | 1 | -22/+29 |
| | | | Authored by: blackjack4494 | ||||
* | Add option `--ignore-no-formats-error` | pukkandan | 2021-04-17 | 1 | -1/+1 |
| | | | | | * Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors | ||||
* | Fix inconsistent use of `report_warning` | pukkandan | 2021-04-17 | 1 | -1/+1 |
| | |||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -0/+906 |
* 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 |