Add yt-dlp Extractor Argument Support #2285
Open
+1
−0
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--yt-dlp-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 indirectly adds support for the CLI usage of this app directly as well.
Example can be seen here:
Related Issue
Partially fixes #2279
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