aboutsummaryrefslogtreecommitdiffstats
path: root/playlist_generator/playlist_generator.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-02 17:18:08 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-02 17:18:08 -0700
commita4e823682c16efc0fcdf8fb07ce32bfbb045cd84 (patch)
tree943c001e951be8c727ce4ea75e4e08a97d668974 /playlist_generator/playlist_generator.py
parentafbe1434a478cc00f4f84c03f0886edd7806d4e3 (diff)
fork and restyle, init scaffold for changes
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