aboutsummaryrefslogtreecommitdiffstats
path: root/playlist_generator/playlist_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'playlist_generator/playlist_generator.py')
-rw-r--r--playlist_generator/playlist_generator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/playlist_generator/playlist_generator.py b/playlist_generator/playlist_generator.py
index 19e1e5b..c937a87 100644
--- a/playlist_generator/playlist_generator.py
+++ b/playlist_generator/playlist_generator.py
@@ -13,7 +13,8 @@ class PlaylistGenerator:
def extract(self, urls: list) -> list[dict[str]]:
info = {}
- ydl_opts = {}
+ ydl_opts = {
+ }
errors = []
with yt_dlp.YoutubeDL(ydl_opts) as ydl:
for url in urls:
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage