From 17fa33a49608e17cbfd260064cadfaac9d9a8368 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 11 Jan 2015 00:25:58 +0100 Subject: [PATCH] Update user agent --- couchpotato/core/plugins/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/base.py b/couchpotato/core/plugins/base.py index 5a90d92b..c02e8f75 100644 --- a/couchpotato/core/plugins/base.py +++ b/couchpotato/core/plugins/base.py @@ -39,7 +39,7 @@ class Plugin(object): _locks = {} - user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20130519 Firefox/24.0' + user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:34.0) Gecko/20100101 Firefox/34.0' http_last_use = {} http_time_between_calls = 0 http_failed_request = {}