Zibbp / ganymede

Twitch VOD and Live Stream archiving platform. Includes a rendered and real-time chat for each archive.
https://github.com/Zibbp/ganymede
GNU General Public License v3.0
452 stars 24 forks source link

Feature request: Auto download clips #505

Open rubaz100 opened 2 weeks ago

rubaz100 commented 2 weeks ago

I can use the filter to show me all clips. But how can I download all clips?

Zibbp commented 1 week ago

I investigated this a bit and I'm not sure about implementing this. The api endpoint to get clips return all clips for a channel, including ones created by users. I tried this with the channel datmodz and there are 86,467 clips! There is the is_featured option for the API route that seems to return clips "featured" by the channel? I'm not really sure what this means. From my quick check I didn't see any channels that used this.