modified: __pycache__/single_course.cpython-310.pyc

modified:   course_info.json
	modified:   single_course.py
main
JesterHey 9 months ago
parent 672ee2844f
commit a738b13d29

File diff suppressed because one or more lines are too long

@ -92,7 +92,7 @@ def one_course(cid: str, ctype: str, crate: int, again: bool = False):
for i in l:
if i != 100:
tab.ele('#normalModel_nodeList').eles(
'tag:div')[l.index(i)+1].click()
'tag:div')[l.index(i)].click()
time.sleep(1)
try:
if tab.ele('c:#normalModel_video > xg-start > div.xgplayer-icon-play > svg > path', timeout=2):

Loading…
Cancel
Save