Update 2.5

This commit is contained in:
Yoshiko
2020-02-04 01:02:51 +08:00
committed by GitHub
parent 2c2867e3c6
commit a46391c6b2
8 changed files with 167 additions and 88 deletions

View File

@@ -3,6 +3,9 @@ from lxml import etree
import json
from bs4 import BeautifulSoup
from ADC_function import *
# import sys
# import io
# sys.stdout = io.TextIOWrapper(sys.stdout.buffer, errors = 'replace', line_buffering = True)
def getActorPhoto(htmlcode): #//*[@id="star_qdt"]/li/a/img
soup = BeautifulSoup(htmlcode, 'lxml')