anyone know if there's a way to delete all liked videos on youtube at once? i found a quora thread with a bunch of answers none of which i could get working. so far i can only find a way to do one video at a time manually on youtube
Conversation
you could write a node.js script that does 3 things with youtube's API:
1. authorize
(developers.google.com/youtube/v3/gui)
2. query for all videos you liked
(developers.google.com/youtube/v3/doc)
3. in a "for" loop do POST unike requests for each
(developers.google.com/youtube/v3/doc)
2
3
i want someone else to do this for me lol. 3 answers on quora suggested commands to type into the console but none of them worked for me
1
1
this answer? browser's console? that's pretty clever
i wonder why it didn't work - they could've changed the html layout, so query strings are outdated
1
1
yeah browser console. the suggestions either generated error messages or i think in one case led to attempting to report each video instead of unlike it
1
1
try this way:
- updated items' query, made it more specific
1
1
Replying to
not working sadly, here's the error message :/

