Saturday, September 11, 2021

How to Copy all Links of YouTube Videos collectively

How to Copy all Links of YouTube Videos collectively

    YouTube was launched in the year 2005 and at present, it is the dominant video-sharing platform.  It gains popularity due to some distinct features and sharing and embedding link facility of YouTube is one of them. This feature of external links plays a significant role to grow a video to become a trend in its early stage and re-sharing of the same external link propagates the video. Because sharing and further re-sharing external links of any video on other social platforms and websites get a video viral.  Social Platforms are key factors in the popularity and success of any video.  Linking youtube video on other social platforms bring more attention as trending youtube videos are likely to be linked with other platforms.  Chances of success of YouTube videos increase with external Links and embeds on other platforms.  A study shows that 47% of YouTube videos gained about 90% of the total traffic from external sources. It is also important to show the results of a study about average visitors on Youtube from top of their sources of Traffic. This depicts that YouTube video gets an average of 40 Million views on Facebook, 33 Million views from its own links, and 26.6 Views from Reddit.com.

  1. Open YouTube channel
  2. Click on Video Tab
  3. Right Click on the page
  4. Click on Inspect
  5. Click on Console
  6. Copy and Paste this Code and Press Enter (Code:- "var scroll = setInterval(function(){ window.scroll(0, 1000)}, 1000);" )
  7. Wait till loading all videos
  8. Copy and Paste this Code and Press Enter  (Code:- "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')}}); ")
  9. Click any URL and Press Ctrl+A
  10. Open Microsoft Excel or word and Press Ctrl+v
  11. Congratulation it's done.
For better understanding watch this video 👇👇👇👇👇👇

    Based on the above statistics and important aspects, we have to learn to copy links to all Videos uploaded on our YouTube Channel.  Here we will learn to extract Links and Titles of all YouTube Channel videos in Just 2 minutes.  We have to follow these simple steps: 

Code 01:- 

var scroll = setInterval(function(){ window.scroll(0, 1000)}, 1000); 

Code 02:-

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')}}); 









No comments:

Post a Comment