diff --git a/src/backend.py b/src/backend.py index 3a573e3..bb6283b 100644 --- a/src/backend.py +++ b/src/backend.py @@ -82,6 +82,7 @@ class Download: "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8", "Accept-Language": "en-US,en;q=0.5", "Accept-Encoding": "gzip, deflate", + "Referer": "https://gogoanime.pe/", "Connection": "close", } with req.get(url[1], headers=header, stream=True) as res: