dobizz / TikTok

Download public videos on TikTok using Python with Selenium
MIT License
48 stars 24 forks source link

File "run.py", line 36 Code error problem #8

Closed wheat009 closed 2 years ago

wheat009 commented 2 years ago

(venv) root@vinp:~/TikTok# python3 run.py File "run.py", line 36 file_name = f'{DOWNLOADS_BASE_DIR}/{username}/{video_id}.mp4' ^ SyntaxError: invalid syntax

`