n0l3r / tiktok-downloader

tiktok downloader is a tool to download video from tiktok with watermark or without watermark. There are two features that is, mass download (by username/urls) and single download (by url).
MIT License
336 stars 139 forks source link

Quick fix for slideshow downloading #54

Closed ltm7725 closed 6 months ago

ltm7725 commented 6 months ago

Since index.js always runs through getIdVideo(), makes it so the program doesn't quit out when the current post is a slideshow

timmbobb commented 6 months ago

Does this allow the downloading of slides or just prevent it from crashing when it attempts to?

ltm7725 commented 6 months ago

It downloads the slideshows successfully

timmbobb commented 6 months ago

Ah cool. I was trying to figure out how to fix that in my forked version but hadn't quite got to it

timmbobb commented 6 months ago

You seem pretty knowledgeable, do you have any idea about the stuff mentioned in issue #31

n0l3r commented 6 months ago

thank u