From 2a9a022e6e50cfc1698efcba3067dff3097df178 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Tue, 23 Jan 2018 17:42:55 -0600 Subject: [PATCH] Add user-agent --- resources/lib/downloadutils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/downloadutils.py b/resources/lib/downloadutils.py index 4294123b..f3d47bfc 100644 --- a/resources/lib/downloadutils.py +++ b/resources/lib/downloadutils.py @@ -204,6 +204,7 @@ class DownloadUtils(object): 'Content-type': 'application/json', 'Accept-encoding': 'gzip', 'Accept-Charset': 'UTF-8,*', + 'User-Agent': 'Emby-Kodi' }) return header