1
0

style: Run linter and format code in youtube.py

This commit is contained in:
Jon Michael Aanes (aider) 2025-03-15 22:34:32 +01:00
parent f5446d9093
commit c4291f0b60

View File

@ -21,7 +21,8 @@ def scrape(watch_history: bool) -> list[dict[str, str]]:
ytdlp_args = [
'yt-dlp',
'--dump-json',
'--cookies', YOUTUBE_AUTH,
'--cookies',
YOUTUBE_AUTH,
url,
]
else: