@@ -403,9 +403,9 @@ def decode_unicode_escape(value):
403403geturls_ua_googlebot_google = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
404404geturls_ua_googlebot_google_old = "Googlebot/2.1 (+http://www.google.com/bot.html)"
405405geturls_headers_pyfile_python = {'Referer' : "http://google.com/" , 'User-Agent' : geturls_ua_pyfile_python , 'Accept-Encoding' : "none" , 'Accept-Language' : "en-US,en;q=0.8,en-CA,en-GB;q=0.6" , 'Accept-Charset' : "ISO-8859-1,ISO-8859-15,UTF-8;q=0.7,*;q=0.7" , 'Accept' : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" , 'Connection' : "close" ,
406- 'SEC-CH-UA' : "\" " + __project__ + "\" ;v=\" " + str (__version__ )+ "\" , \" Not;A=Brand\" ;v=\" 8\" , \" " + py_implementation + "\" ;v=\" " + str (platform .release ())+ "\" " , 'SEC-CH-UA-FULL-VERSION' : str (__version__ ), 'SEC-CH-UA-PLATFORM' : "" + py_implementation + "" , 'SEC-CH-UA-ARCH' : "" + platform .machine ()+ "" , 'SEC-CH-UA-PLATFORM-VERSION: str(__version__), ' SEC - CH - UA - BITNESS ': str (PyBitness )}
406+ 'SEC-CH-UA' : "\" " + __project__ + "\" ;v=\" " + str (__version__ )+ "\" , \" Not;A=Brand\" ;v=\" 8\" , \" " + py_implementation + "\" ;v=\" " + str (platform .release ())+ "\" " , 'SEC-CH-UA-FULL-VERSION' : str (__version__ ), 'SEC-CH-UA-PLATFORM' : "" + py_implementation + "" , 'SEC-CH-UA-ARCH' : "" + platform .machine ()+ "" , 'SEC-CH-UA-PLATFORM-VERSION' : str (__version__ ), 'SEC-CH-UA-BITNESS' : str (PyBitness )}
407407geturls_headers_pyfile_python_alt = {'Referer' : "http://google.com/" , 'User-Agent' : geturls_ua_pyfile_python_alt , 'Accept-Encoding' : "none" , 'Accept-Language' : "en-US,en;q=0.8,en-CA,en-GB;q=0.6" , 'Accept-Charset' : "ISO-8859-1,ISO-8859-15,UTF-8;q=0.7,*;q=0.7" , 'Accept' : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" , 'Connection' : "close" ,
408- 'SEC-CH-UA' : "\" " + __project__ + "\" ;v=\" " + str (__version__ )+ "\" , \" Not;A=Brand\" ;v=\" 8\" , \" " + py_implementation + "\" ;v=\" " + str (platform .release ())+ "\" " , 'SEC-CH-UA-FULL-VERSION' : str (__version__ ), 'SEC-CH-UA-PLATFORM' : "" + py_implementation + "" , 'SEC-CH-UA-ARCH' : "" + platform .machine ()+ "" , 'SEC-CH-UA-PLATFORM-VERSION: str(__version__), ' SEC - CH - UA - BITNESS ': str (PyBitness )}
408+ 'SEC-CH-UA' : "\" " + __project__ + "\" ;v=\" " + str (__version__ )+ "\" , \" Not;A=Brand\" ;v=\" 8\" , \" " + py_implementation + "\" ;v=\" " + str (platform .release ())+ "\" " , 'SEC-CH-UA-FULL-VERSION' : str (__version__ ), 'SEC-CH-UA-PLATFORM' : "" + py_implementation + "" , 'SEC-CH-UA-ARCH' : "" + platform .machine ()+ "" , 'SEC-CH-UA-PLATFORM-VERSION' : str (__version__ ), 'SEC-CH-UA-BITNESS' : str (PyBitness )}
409409geturls_headers_googlebot_google = {'Referer' : "http://google.com/" , 'User-Agent' : geturls_ua_googlebot_google , 'Accept-Encoding' : "none" , 'Accept-Language' : "en-US,en;q=0.8,en-CA,en-GB;q=0.6" ,
410410 'Accept-Charset' : "ISO-8859-1,ISO-8859-15,UTF-8;q=0.7,*;q=0.7" , 'Accept' : "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" , 'Connection' : "close" }
411411geturls_headers_googlebot_google_old = {'Referer' : "http://google.com/" , 'User-Agent' : geturls_ua_googlebot_google_old , 'Accept-Encoding' : "none" , 'Accept-Language' : "en-US,en;q=0.8,en-CA,en-GB;q=0.6" ,
0 commit comments