bashonly
97362712a1
[ie/soundcloud] Support cookies ( #9586 )
...
Closes #997
Authored by: bashonly
7 months ago
bashonly
246571ae1d
[ie/soundcloud] Support retries for API rate-limit ( #9585 )
...
Authored by: bashonly
7 months ago
bashonly
a2d0840739
[ie/soundcloud] Adjust format sorting ( #9584 )
...
- Adapt to 86a972033e
Authored by: bashonly
7 months ago
coletdjnz
3d2623a898
[compat, networking] Deprecate old functions ( #2861 )
...
Authored by: coletdjnz, pukkandan
1 year ago
nosoop
e107c2b8cf
[extractor/soundcloud] Support user permalink ( #5842 )
...
Closes #5841
Authored by: nosoop
2 years ago
pukkandan
9f14daf22b
[extractor] Deprecate `_sort_formats`
2 years ago
Kyle Anthony Williams
c04cc2e28e
[extractor/soundcloud:search] More metadata in `--flat-playlist` ( #4965 )
...
Authored by: SuperSonicHub1
2 years ago
pukkandan
be5c1ae862
Standardize retry mechanism ( #1649 )
...
* [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
2 years ago
pukkandan
bfd973ece3
[extractors] Use new framework for existing embeds ( #4307 )
...
`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
2 years ago
pukkandan
9809740ba5
[extractor, cleanup] Reduce direct use of `_downloader`
2 years ago
pukkandan
86e5f3ed2e
[cleanup] Upgrade syntax
...
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
3 years ago
pukkandan
f9934b9614
[cleanup] Mark some compat variables for removal ( #2173 )
...
Authored by fstirlitz, pukkandan
3 years ago
pukkandan
52efa4b312
[extractor] Add `_perform_login` function ( #2943 )
...
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
3 years ago
pukkandan
08d30158ec
[cleanup, docs] Misc cleanup
...
Closes #2828 , closes #2734 , closes #2802 , closes #2937
3 years ago
pukkandan
b69fd25c25
[cleanup] Misc cleanup
...
Closes #1942 #1976 #2020 #2058 #1984
3 years ago
Lapinot
c2dedf12e8
[soundcloud] Add related tracks extractor ( #1000 )
...
Authored by: Lapin0t
3 years ago
pukkandan
63ccf4ff1a
[lazy_extractors] Fix bug in 2c4aaaddc9
...
SearchIEs must not inherit from extractors that have a _VALID_URL defined
3 years ago
pukkandan
8863c8f09e
[soundcloud:search] Fix pagination
3 years ago
pukkandan
96565c7e55
[cleanup] Add keyword automatically to SearchIE descriptions
...
and some minor cleanup of docs
3 years ago
pukkandan
49a57e70a9
[cleanup] misc
3 years ago
pukkandan
cc16383ff3
[extractor] Simplify search extractors
3 years ago
pukkandan
644149afec
[soundcloud:playlist] Detect last page correctly
...
Closes #1168
3 years ago
pukkandan
dbf7eca917
[soundcloud] Update `_CLIENT_ID`
...
Related: #975
3 years ago
pukkandan
526d74ec5a
[cleanup] Misc
3 years ago
pukkandan
e04a1ff92e
[soundcloud] Retry playlist pages on `502` error
...
Closes #872
3 years ago
pukkandan
aa6c25309a
[soundcloud] Make playlist extraction lazy
3 years ago
pukkandan
5ad28e7ffd
[extractor] Common function `_match_valid_url`
3 years ago
pukkandan
b714b41f81
[soundcloud] Refetch `client_id` on 403
...
Closes #673
3 years ago
Tom-Oliver Heidel
be05d5cff1
[soundcloud] Allow login using oauth token ( #469 )
...
Authored by: blackjack4494
3 years ago
pukkandan
b7da73eb19
Add option `--ignore-no-formats-error`
...
* Ignores the "no video format" and similar errors
* Experimental - Some extractors may still throw these errors
4 years ago
pukkandan
6a39ee13f7
Fix inconsistent use of `report_warning`
4 years ago
Pccode66
7a5c1cfe93
Completely change project name to yt-dlp ( #85 )
...
* 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
4 years ago