Skip to content

Commit

Permalink
Add yt-dlp Extractor Argument Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrluckechuck committed Jan 24, 2025
1 parent 3fe4828 commit ad48f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spotdl/providers/audio/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def __init__(
"cookiefile": self.cookie_file,
"outtmpl": str((get_temp_path() / "%(id)s.%(ext)s").resolve()),
"retries": 5,
"extractor_args": [],
}

if yt_dlp_args:
Expand Down

0 comments on commit ad48f5c

Please sign in to comment.