diff --git a/core/requester.py b/core/requester.py index 99c903b..8030290 100644 --- a/core/requester.py +++ b/core/requester.py @@ -1,5 +1,8 @@ +import urllib3 import requests +urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) + headers = { 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',