
How To Get A List Of Every YouTube Video URL In Your Channel
In this video, I will show you how to get a full list of YouTube video links within a given YouTube Channel. This trick can be done with ANY channel!
Below are the code snippets you need.
Code 1:
var scroll = setInterval(function() window.scrollBy(0, 1000), 1000);
Code 2:
window.clearInterval(scroll); console.clear(); urls = $$(‘a’); urls.forEach(function(v,i,a)if (v.id==”video-title”)console.log(‘t’+v.title+’t’+v.href+’t’));
Please watch the video in its entirety to see how to use these code snippets.
Thank you for watching my video on how to get a list of YouTube video links for your channel. Please like and subscribe for more videos like this one.