tiktok-downloader icon indicating copy to clipboard operation
tiktok-downloader copied to clipboard

Snaptik doesnt work

Open danielkadosh10 opened this issue 3 years ago • 3 comments

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

danielkadosh10 avatar Aug 04 '22 08:08 danielkadosh10

update this library to the latest pip install git+https://github.com/krypton-byte/tiktok-downloader

krypton-byte avatar Aug 06 '22 07:08 krypton-byte

Downloading slideshows through snaptik was working before but now its not

danielkadosh10 avatar Aug 07 '22 06:08 danielkadosh10

try

from tiktok_downloader import snaptik url = "https://tiktok.com/@dhiaaeddinbourcheni14/video/7105396438292499718" d=snaptik(url) print(d.get_media()[0].json)

MassoudiR avatar Aug 29 '22 02:08 MassoudiR