From a4e823682c16efc0fcdf8fb07ce32bfbb045cd84 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 2 Jun 2026 17:18:08 -0700 Subject: fork and restyle, init scaffold for changes --- playlist_generator/playlist_generator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'playlist_generator/playlist_generator.py') 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: -- cgit v1.2.3