iptv-checker
iptv-checker copied to clipboard
Add a delay between checks
This seems to work well, but some IPTV providers appear to block the script after, for example, 10-12 checks. All the checks fail after that until you wait a few mins and run again.
Is it possible to add a delay parameter between requests?
Note that I experimented with the timeout parameter (while setting -p 1
) without improving the ability to successfully all the channels in the M3U file.
Did you try using the the timeout option?
-t
, --timeout: specifies the number of milliseconds before the request will be aborted (default to 60000)