Add yt-dlp Extractor Argument Support #2285
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add yt-dlp Extractor Argument Support
Adds
yt-dlp
extractor argument supportDescription
Youtube has recently made it impossible to use yt-dlp without accessing via PO Tokens. yt-dlp supports that, but you need to be able to provide the
extractor_args
parameter to the API (or--extractor-args
to the CLI).This PR enables that in the Spotdl API since if you were to supply it currently it would fail.
** Note
This does not add the support to the CLI usage (yet), as that isn't in the scope of what I use this library for. A followup enabling this through the CLI & argument parser would be necessary to enable those. This fix is sufficient for my usage.
Related Issue
Partially fixes #2279, depending on if you're using the CLI or API
Motivation and Context
See description
How Has This Been Tested?
Locally, doing simple tests.
Screenshots (if appropriate)
Before (with cookies only):
After (with cookies & po token):
Types of Changes
Checklist