Skip to content

Commit 2e6dbd6

Browse files
authored
Update douyin.py
Update douyin.py
1 parent 3fe42a4 commit 2e6dbd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

douyin/douyin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ def get_video_urls(self, user_id):
5454
share_user = requests.get(share_user_url, headers=self.headers)
5555
_dytk_re = re.compile(r"dytk: '(.+)'")
5656
dytk = _dytk_re.search(share_user.text).group(1)
57-
print('签名JS下载中')
58-
self.video_downloader('https://github.com/Jack-Cherish/python-spider/blob/master/douyin/fuck-byted-acrawler.js', 'fuck-byted-acrawler.js')
5957
try:
6058
process = Popen(['node', 'fuck-byted-acrawler.js', str(uid)], stdout=PIPE, stderr=PIPE)
6159
except (OSError, IOError) as err:

0 commit comments

Comments
 (0)