We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b10ae commit 2395256Copy full SHA for 2395256
douyin/douyin.py
@@ -49,7 +49,7 @@ def get_video_urls(self, user_id, type_flag='f'):
49
dytk = _dytk_re.search(share_user.text).group(1)
50
_nickname_re = re.compile(r'<p class="nickname">(.+?)<\/p>')
51
nickname = _nickname_re.search(share_user.text).group(1)
52
- #urllib.request.urlretrieve('https://raw.githubusercontent.com/Jack-Cherish/python-spider/master/douyin/fuck-byted-acrawler.js', 'fuck-byted-acrawler.js')
+ urllib.request.urlretrieve('https://raw.githubusercontent.com/Jack-Cherish/python-spider/master/douyin/fuck-byted-acrawler.js', 'fuck-byted-acrawler.js')
53
try:
54
Popen(['node', '-v'], stdout=PIPE, stderr=PIPE).communicate()
55
except (OSError, IOError) as err:
0 commit comments