offish / twitchtube

Twitch YouTube bot. Automatically make video compilations of the most viewed Twitch clips and upload them to YouTube using Python 3.
MIT License
543 stars 75 forks source link

Is it possible to only pull clips that I haven't already downloaded or uploaded? #54

Closed arblad1990 closed 3 years ago

arblad1990 commented 3 years ago

Rather than a compilation video I've been uploading single clips, but for example when I upload one of XQC's clips it just pulls the same one and uploads it over and over again, is there a way to only download (or upload) clips that I haven't already used? Thanks!

offish commented 3 years ago

This is not possible with this bot, and I don't think I'll add it either, but should be fairly easy to make by copy and pasting parts of the repo. Essentially, you want to get remove the rendering part, and just upload every file found in the current clips folder.