mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-19 12:24:59 -04:00
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
334cd1dfca
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue