File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ 淘宝镜像源:http://npm.taobao.org/mirrors/chromedriver
Original file line number Diff line number Diff line change 6
6
from Crypto .Cipher import AES
7
7
8
8
'''
9
- 本次爬取的课程地址:https://appdgjqmn6j1714.h5.xiaoeknow.com/v1/course/video/v_61ceb0f8e4b05006f9c4214e?type=2&pro_id=p_61cc408ee4b0a91144afda88&is_redirect=1
9
+ 本次爬取的课程地址:https://appdgjqmn6j1714.h5.xiaoeknow.com/v1/course/video/v_61ceb0f8e4b05006f9c4214e
10
10
'''
11
11
12
12
# 生成python修复文件
Original file line number Diff line number Diff line change 10
10
browser = webdriver .Chrome (executable_path = r'chromedriver.exe' ,options = chrome_options )#r 代表的是强制禁止转义
11
11
12
12
'''
13
- 本次爬取的课程地址:https://xueyuan.xiaoe-tech. com/detail/p_5e269260ab5c5_O25BMaat/6
13
+ 本次爬取的课程地址:https://appdgjqmn6j1714.h5.xiaoeknow. com/v1/course/video/v_61ceb0f8e4b05006f9c4214e
14
14
'''
15
15
16
- url = 'https://appdgjqmn6j1714.h5.xiaoeknow.com/v1/course/video/v_61ceb0f8e4b05006f9c4214e?type=2&pro_id=p_61cc408ee4b0a91144afda88&is_redirect=1 '
16
+ url = 'https://appdgjqmn6j1714.h5.xiaoeknow.com/v1/course/video/v_61ceb0f8e4b05006f9c4214e'
17
17
browser .get (url )#访问网站
18
18
Original file line number Diff line number Diff line change
1
+ 淘宝镜像源:http://npm.taobao.org/mirrors/chromedriver
You can’t perform that action at this time.
0 commit comments