mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 16:28:51 -05:00
* increase timeout for improved automated processing
This commit is contained in:
parent
590dc41160
commit
628619bf7d
@ -203,7 +203,7 @@ tvdb_updates.remove(256135)
|
|||||||
tvdb_updates.values().each{ update ->
|
tvdb_updates.values().each{ update ->
|
||||||
if (tvdb[update.id] == null || update.time > tvdb[update.id][0]) {
|
if (tvdb[update.id] == null || update.time > tvdb[update.id][0]) {
|
||||||
try {
|
try {
|
||||||
retry(2, 500) {
|
retry(2, 60000) {
|
||||||
def seriesNames = []
|
def seriesNames = []
|
||||||
def xml = new XmlSlurper().parse("http://thetvdb.com/api/BA864DEE427E384A/series/${update.id}/en.xml")
|
def xml = new XmlSlurper().parse("http://thetvdb.com/api/BA864DEE427E384A/series/${update.id}/en.xml")
|
||||||
def imdbid = xml.Series.IMDB_ID.text()
|
def imdbid = xml.Series.IMDB_ID.text()
|
||||||
|
Loading…
Reference in New Issue
Block a user