-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bulk add feature #44
Comments
Seems a reasonable request to me. You may encounter some throttling issues from YouTube with that many channels being indexed so this may need a "index weekly only" schedule option added to make this feasible. This would also likely require #33 to be completed first as this should probably be a text file or CSV of URLs to be sensible which requires better URL parsing to work first. These are the first few issues in the queue to get worked on when I next get time so probably should make it into the next release. |
What about fetching your channels automatically with OAuth? |
@Jleagle while certainly technically possible I doubt potentially identifying individual Google accounts of users who are deploying I also don't have a Google account, which is part of the reason I'm working on TubeSync in the first place so building such a tool would be difficult. I'll add a CSV import option once the URL parsing is rebuilt into something more sensible, but I doubt TubeSync is likely to ever "officially" talk to any authenticated Google APIs. |
Sorry, but I would like to know if that feature was successfully added or not yet. As the last change is: meeb added the enhancement (2021/02/24). |
Sorry for taking a while to reply. No there hasn't been much work on this for now. Mostly because the current tasks system likely wouldn't be able to cope with a few hundred channels so it'll be blocked until that's replaced. |
do you know what "too many channels" would be? I use a hacky self built solution to keep up to date with 139 channels. i found this issue because i was hoping there was a bulk import ( i have the full list of channel IDs) and i was hoping to not hand enter all 139 of them |
I've not tested with hundreds of channels myself. However you can do some back of an envelope maths to make a very rough guess. For example if a reasonably sized channel takes 3 minutes to index and you don't want to spend more than 50% of the time indexing channels to allow for a sensible number of downloads it would be in the 200-250 range. However, the ceiling here (once some changes are made to TubeSync) is far more likely to be YouTube getting miffed at your activity and rate limiting or blocking your IP. |
@meeb you'll find people that're archiving loads of channels such as myself have access to proxies for load balancing. So I don't think the rate limiting would be much of an issue. |
Fair enough. I might add a warning then if you add over 50 channels that you'll probably need proxies or similar measures to avoid issues. |
any update on this @meeb ? might be useful to anyone |
Request: I'd like to see an option to mass add channels, etc.
Reason: I would like to add 500+ channels but doing so one by one is going to take way too long.
The text was updated successfully, but these errors were encountered: