For some reason the default 10 retries for yt-dlp is set to 0 retries when running kisskh-dl.
The solution may be (at least it seems to work for me) to add a line to downloader.py for the fragment_retries option, I inserted at line 23:
"fragment_retries": 10,
For some reason the default 10 retries for yt-dlp is set to 0 retries when running kisskh-dl.
The solution may be (at least it seems to work for me) to add a line to downloader.py for the fragment_retries option, I inserted at line 23:
"fragment_retries": 10,