hwzx001 / tiktokless

Download tiktok video by url

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiktokless

Download tiktok video by url

Example

vid = main("https://www.tiktok.com/@sinyaba/video/6867949158263721221")
with open('dude.mp4', 'wb') as f:
  f.write(vid)

About

Download tiktok video by url


Languages

Language:Python 100.0%