-
Notifications
You must be signed in to change notification settings - Fork 73
Description
A video I'm trying to upload using tubeup, is no longer available on youtube.
Using tubeup on said video, gives a [DEBUG] tubeup.TubeUp - ERROR - ERROR: [youtube] TEST_VIDEOID: This video has been removed for violating YouTube's policy ....
But, I have the video correctly muxed. I have the corresponding thumbnail from --write-thumbnail and VIDEOID.info.json file as well.
Currently, there doesn't appear to be a way for tubeup to work without connecting to YT servers, i.e, to use --load-info-json VIDEOID.info.json to read the already available info.json and use that to generate ia compatible metadata template and begin uploading.
Please add an option to have tubeup to read the info.json file without connecting to YT servers, and begin uploading.
Thanks!