dylanpdx / vxtiktok

Web service that fixes TikTok links embedding on Discord
120 stars 8 forks source link

Slideshows #39

Open Noranecore opened 1 year ago

Noranecore commented 1 year ago

Any way to add support for slideshows?

dylanpdx commented 1 year ago

Do you have any example of a slideshow TikTok link?

Noranecore commented 1 year ago

Do you have any example of a slideshow TikTok link?

https://www.tiktok.com/@cobalt2718/video/7203197888459967786 this should work

SWG64 commented 1 year ago

i want slideshows aswell

robbiet480 commented 1 year ago

yt-dlp which is what vxtiktok uses refuses to add slideshow support as its out of scope of supporting video downloads (see https://github.com/yt-dlp/yt-dlp/issues/6217). Suggested workaround as per that issue is use https://github.com/mikf/gallery-dl

dylanpdx commented 1 year ago

gallery-dl doesn't seem to list TikTok as a supported site, but I'll look into it. Another thing I considered is using yt-dlp's function which returns the raw TikTok API data, which is just a list of images

robbiet480 commented 1 year ago

Whoops, thought gallery-dl had it based on this but nope.

dylanpdx commented 1 year ago

I have some time this weekend so I can take a look at finally implementing this. The only question I have (since I don't frequently use TikTok) is if all 'slideshows' have music associated with them, or if some slideshows can have no music at all, because that might be a case I need to handle

Edit: while implementing this I will just assume all slideshows have audio

GeorgeWL commented 1 year ago

The only question I have (since I don't frequently use TikTok) is if all 'slideshows' have music associated with them, or if some slideshows can have no music at all, because that might be a case I need to handle

Some have no audio, but I'll be honest it's so rare that I don't think it's a case you need to worry about

dylanpdx commented 1 year ago

Slideshows should be beginning to embed now. Please check and let me know

robbiet480 commented 1 year ago

The audio cuts off after 5 seconds/3 slides with URL https://www.vxtiktok.com/t/ZT8JTMQ5r/. I expected that images would loop until audio ends.