From 8a76f717fca8fe8fe0c5007eab12a48e5cdeabe2 Mon Sep 17 00:00:00 2001 From: p752m8wit <2053833939@qq.com> Date: Tue, 9 Nov 2021 17:31:44 +0800 Subject: [PATCH] ADD file via upload --- code/Python | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 code/Python diff --git a/code/Python b/code/Python new file mode 100644 index 0000000..384034a --- /dev/null +++ b/code/Python @@ -0,0 +1,13 @@ +#UA代理池 +ua_list = [ + 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Maxthon 2.0', + 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11', + 'User-Agent:Opera/9.80 (Windows NT 6.1; U; en) Presto/2.8.131 Version/11.11', + 'Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1', + 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)', + 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-us) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50', + 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0', + ' Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1', + 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1', + ' Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1', +] \ No newline at end of file