@@ -415,9 +415,9 @@ def decode_unicode_escape(value):
415415geturls_ua_googlebot_google = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
416416geturls_ua_googlebot_google_old = "Googlebot/2.1 (+http://www.google.com/bot.html)"
417417geturls_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" ,
418- '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 )}
418+ '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 )}
419419geturls_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" ,
420- '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 )}
420+ '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 )}
421421geturls_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" ,
422422 '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" }
423423geturls_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