debakarr / kisskh-dl

Simple downloaded for https://kisskh.co/
28 stars 6 forks source link

giving up after 0 retries #10

Open ddashizzle opened 2 years ago

ddashizzle commented 2 years ago

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,

ddashizzle commented 2 years ago

After continued testing, that did not resolve the issue. Perhaps the flag name is wrong.