beveradb / youtube-bulk-upload

Upload all videos in a folder to youtube, e.g. to help re-populate an unfairly terminated channel
MIT License
12 stars 3 forks source link

Disable the video similarity feature #7

Open frkotou opened 3 weeks ago

frkotou commented 3 weeks ago

Hi, I always upload the same video titles, only with a different date. Unfortunately, this prevents me from uploading videos in non-interactive mode and it always rejects them due to similarity. Is there a way to disable the similarity feature? I would like to upload, for example, 15 2-hour videos without waiting for another question in interactive mode, if the video is the same as another, but let it run by itself.

beveradb commented 3 weeks ago

Yeah that ought to be a parameter really, you can just comment out this line: https://github.com/beveradb/youtube-bulk-upload/blob/9dff4ff89006c6a7a0208bddec3c1e5d02dc727a/youtube_bulk_upload/bulk_upload.py#L455

If you want it to be a GUI parameter, PRs are welcome! 🙏 😄

frkotou commented 3 weeks ago

Thank you, how do I do it on the GUI? (I'm using the exe on Windows).

beveradb commented 1 week ago

You'd need to modify the code - free to submit a PR with a fix!

I don't have any personal motivation to work on this project but will merge PRs/release if others want to keep developing it :)