diff --git a/plugin.py b/plugin.py index 175fcde..63675df 100644 --- a/plugin.py +++ b/plugin.py @@ -544,7 +544,7 @@ class SpiffyTitles(callbacks.Plugin): self.log.info("SpiffyTitles: requesting %s" % (url)) - request = requests.get(url, headers=headers, timeout=3, allow_redirects=True) + request = requests.get(url, headers=headers, timeout=5, allow_redirects=True) if request.status_code == requests.codes.ok: # Check the content type which comes in the format: "text/html; charset=UTF-8"