So I may have been writing a program to monetize all videos for a channel on YT and do some other fun technical stuff.
While debugging, I may have accidentally sent a request without a channelID and with no videoIDs. The result is that YT seems to be trying to monetize every single video in the entire network. This normally might not be a large problem, but this network has like a million videos. At the current rate of monetization, the process will take around five days.
Please tell me there is a command to cancel this request or a maximum number of videos per request (at which point this would stop). Thanks.
Edit: No commands in the JS that start with 'action_' seem related, and random things like 'action_cancel', 'action_remove', and 'action_cancel_batch' don't seem to work.
[DOUBLEPOST=1406030314,1405988198][/DOUBLEPOST]Yeah lots of fun.
If there's a cap, it's very very very high. :<
While debugging, I may have accidentally sent a request without a channelID and with no videoIDs. The result is that YT seems to be trying to monetize every single video in the entire network. This normally might not be a large problem, but this network has like a million videos. At the current rate of monetization, the process will take around five days.
Please tell me there is a command to cancel this request or a maximum number of videos per request (at which point this would stop). Thanks.
Edit: No commands in the JS that start with 'action_' seem related, and random things like 'action_cancel', 'action_remove', and 'action_cancel_batch' don't seem to work.
[DOUBLEPOST=1406030314,1405988198][/DOUBLEPOST]Yeah lots of fun.
If there's a cap, it's very very very high. :<
Last edited: