Open danielkadosh10 opened 2 years ago
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)
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