Reduced throttle from 24 hours to 6 before retrying Opensubtitles.com API on DownloadLimitExceeded

pull/2801/head v1.4.6-beta.35
Alessandro Vitali 2 days ago committed by GitHub
parent 320935548c
commit d5a290c7a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -90,7 +90,7 @@ def provider_throttle_map():
},
"opensubtitlescom": {
TooManyRequests: (datetime.timedelta(minutes=1), "1 minute"),
DownloadLimitExceeded: (datetime.timedelta(hours=24), "24 hours"),
DownloadLimitExceeded: (datetime.timedelta(hours=6), "6 hours"),
},
"addic7ed": {
DownloadLimitExceeded: (datetime.timedelta(hours=3), "3 hours"),

Loading…
Cancel
Save