diff options
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/mangatown.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/mangatown.py b/plugins/mangatown.py index 29a58ab..fe000f9 100755 --- a/plugins/mangatown.py +++ b/plugins/mangatown.py @@ -9,7 +9,8 @@ import json from lxml import etree headers = { - 'User-Agent': "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36" + 'User-Agent': "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36", + 'Referer': "https://www.mangatown.com/" } def usage(): |