This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import re | |
import time | |
from termcolor import colored | |
#---------------------------------------------------------------------- | |
#使用的是现成的cookie,大概为一次性用品 | |
def test(): | |
"""test""" | |
headers = {'Accept':'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8','Cookie':'SUB=_2AkMgOcBjf8NhqwJRmP0WyW3laIx2wg3EieLBAH7sJRMxHRl-yT83qksDtRBX994ErYChwNsT9GjkBZ4xkFkgxQ..;'} | |
old=0 |
NewerOlder