summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/UserAgentSwitcher.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-25 17:04:49 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-25 17:04:49 +0200
commit8fdf78569ba68c8ee4849cbfc144a9fbdac263f5 (patch)
tree1a54892c2cab60b1ea41eef800955c2866f3356e /module/plugins/hooks/UserAgentSwitcher.py
parent[SimpleCrypter] Fixup (diff)
downloadpyload-8fdf78569ba68c8ee4849cbfc144a9fbdac263f5.tar.xz
[UserAgentSwitcher] Fixup (3)
Diffstat (limited to 'module/plugins/hooks/UserAgentSwitcher.py')
-rw-r--r--module/plugins/hooks/UserAgentSwitcher.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hooks/UserAgentSwitcher.py b/module/plugins/hooks/UserAgentSwitcher.py
index 16d38d2cc..5f9fd5212 100644
--- a/module/plugins/hooks/UserAgentSwitcher.py
+++ b/module/plugins/hooks/UserAgentSwitcher.py
@@ -3,13 +3,12 @@
import pycurl
from module.plugins.Hook import Hook
-from module.utils import encode
class UserAgentSwitcher(Hook):
__name__ = "UserAgentSwitcher"
__type__ = "hook"
- __version__ = "0.06"
+ __version__ = "0.07"
__config__ = [("activated", "bool", "Activated" , True ),
("useragent", "str" , "Custom user-agent string" , "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0")]