nixos/package/tubesync/ensure-fragments.patch
514fpv 4341c81c05
fix(tubesync): patch yt-dlp options
These options print newlines as progress.
2024-03-21 09:06:23 +08:00

16 lines
571 B
Diff

diff --git a/tubesync/sync/youtube.py b/tubesync/sync/youtube.py
index 4ac6e83..192b031 100644
--- a/tubesync/sync/youtube.py
+++ b/tubesync/sync/youtube.py
@@ -119,6 +119,10 @@ def download_media(url, media_format, extension, output_file, info_json,
'writesubtitles': write_subtitles,
'writeautomaticsub': auto_subtitles,
'subtitleslangs': sub_langs.split(','),
+ 'progress_with_newline': True,
+ 'fragment_retries': 65536,
+ 'skip_unavailable_fragments': False,
+ 'continue_dl': False,
}
sbopt = {