krypton-byte / tiktok-downloader

Tiktok Downloader/Scraper using requests & bs4
https://tiktok-dl.id
GNU General Public License v3.0
302 stars 83 forks source link

Snaptik doesnt work #20

Open danielkadosh10 opened 2 years ago

danielkadosh10 commented 2 years ago

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

krypton-byte commented 2 years ago

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

danielkadosh10 commented 2 years ago

Downloading slideshows through snaptik was working before but now its not

MassoudiR commented 2 years ago

try

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