[hiperdex] send Referer headers during file downloads (#4490)
This commit is contained in:
@@ -22,6 +22,9 @@ class HiperdexBase():
|
||||
category = "hiperdex"
|
||||
root = "https://hiperdex.com"
|
||||
|
||||
def _init(self):
|
||||
self.session.headers["Referer"] = self.root + "/"
|
||||
|
||||
@memcache(keyarg=1)
|
||||
def manga_data(self, manga, page=None):
|
||||
if not page:
|
||||
|
||||
Reference in New Issue
Block a user