Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
98cd620f23 |
@@ -26,9 +26,10 @@ def fetch_transcript(video_id: str) -> str:
|
||||
"writeautomaticsub": True,
|
||||
"subtitleslangs": ["ko", "en"],
|
||||
"subtitlesformat": "json3",
|
||||
"format": "worst",
|
||||
"quiet": True,
|
||||
"no_warnings": True,
|
||||
"extract_flat": False,
|
||||
"ignore_no_formats_error": True,
|
||||
}
|
||||
|
||||
if os.path.isfile(COOKIES_SRC):
|
||||
|
||||
Reference in New Issue
Block a user