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
538 stars 77 forks source link

Title of youtube videos just showing as "asdasda" instead of name of the clip #53

Closed arblad1990 closed 3 years ago

arblad1990 commented 3 years ago

Hey, so i'm pulling 1 clip at a time rather than a compilation, i'm rendering these with my video outro and the file name shows as rendered. When uploading to youtube it always just names it as asdasda, if there any way to make it pull the name of the clip automatically?

Thanks!

PepNieto commented 3 years ago

Just let the field of TITLE empty in the config file

arblad1990 commented 3 years ago

I have, this is what the config file shows: " TITLE = "" # youtube title, leave empty for the first clip's title " But leaving it empty doesn't fill it with the clip's title it just uploads it as ""asdasda" for all of them

PepNieto commented 3 years ago

Then maybe the problem is the command ur using for execute the python, are u letting title empty aswell?

if you just execute it like this "python main.py --data "game Just Chatting"" it should put the name of the first clip...

arblad1990 commented 3 years ago

Thanks that worked! I also worked out why it kept pulling it with that title it's beause the clips name was actually asdasda and it kept uploading the same one over and again lol