tiktok-downloader
tiktok-downloader copied to clipboard
Snaptik doesnt work
When i try to download using snaptik it will return a KeyError: 'content-length' error. I think its because they changed the json for the videos
update this library to the latest
pip install git+https://github.com/krypton-byte/tiktok-downloader
Downloading slideshows through snaptik was working before but now its not
try
from tiktok_downloader import snaptik url = "https://tiktok.com/@dhiaaeddinbourcheni14/video/7105396438292499718" d=snaptik(url) print(d.get_media()[0].json)