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 = [
|
||||
'yt-dlp',
|
||||
'--dump-json',
|
||||
'--cookies', YOUTUBE_AUTH,
|
||||
'--cookies',
|
||||
YOUTUBE_AUTH,
|
||||
url,
|
||||
]
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user