Skip to content

Commit 03230e2

Browse files
authored
typo
1 parent 327bb2a commit 03230e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

douyin/douyin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def get_video_urls(self, user_id):
5757
print('解析视频链接中')
5858
while has_more != 0:
5959
user_url = 'https://www.amemv.com/aweme/v1/aweme/post/?user_id=%s&max_cursor=%s&count=21&aid=1128&_signature=%s&dytk=%s' % (user_id, max_cursor, sign, dytk)
60-
print(user_url)
6160
req = requests.get(user_url, headers=self.headers)
6261
while req.status_code != 200:
6362
req = requests.get(user_url, headers=self.headers)

0 commit comments

Comments
 (0)