Skip to content

Commit

Permalink
Add missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-liang committed Dec 11, 2024
1 parent 0a642c5 commit 26402bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/yt2doc/media/media_info_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def extract_playlist_info(self, playlist_url: str) -> interfaces.YtPlaylistInfo:
ydl_opts = {
"extract_flat": "in_playlist",
"quiet": True,
**self.extra_opts,
}

with yt_dlp.YoutubeDL(ydl_opts) as ydl:
Expand Down

0 comments on commit 26402bf

Please sign in to comment.