jonathanjordan21 commited on
Commit
2e3c5d0
·
verified ·
1 Parent(s): 559f4a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ async def read_item(username: str, video_id:str):
30
  # else:
31
  # url = "https://tiktok.com/"+link_detail
32
 
33
- url = f"https://www.tiktok.com/@{username}/video/{video_id}"
34
 
35
  res = requests.get(url, headers={"user-agent":user_agent})
36
  text_maker = html2text.HTML2Text()
 
30
  # else:
31
  # url = "https://tiktok.com/"+link_detail
32
 
33
+ url = f"https://tiktok.com/@{username}/video/{video_id}"
34
 
35
  res = requests.get(url, headers={"user-agent":user_agent})
36
  text_maker = html2text.HTML2Text()