style: Run linter and format code in youtube.py
This commit is contained in:
parent
f5446d9093
commit
c4291f0b60
|
@ -21,7 +21,8 @@ def scrape(watch_history: bool) -> list[dict[str, str]]:
|
||||||
ytdlp_args = [
|
ytdlp_args = [
|
||||||
'yt-dlp',
|
'yt-dlp',
|
||||||
'--dump-json',
|
'--dump-json',
|
||||||
'--cookies', YOUTUBE_AUTH,
|
'--cookies',
|
||||||
|
YOUTUBE_AUTH,
|
||||||
url,
|
url,
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user