GSheets
How to Copy All The Titles And URLs From YouTube ChannelHow to Copy All The Titles And URLs From YouTube Channel (Free YouTube Backup Alternative)
How to Copy All The Titles And URLs From YouTube ChannelHow to Copy All The Titles And URLs From YouTube Channel (Free YouTube Backup Alternative)
di lihat
Saat ini anda sedang menonton How to Copy All The Titles And URLs From YouTube ChannelHow to Copy All The Titles And URLs From YouTube Channel (Free YouTube Backup Alternative) jangan lupa untuk klik like dan bagikan. Series dari Kategori GSheets selalu update di Dojo Tube Server. Jangan lupa menonton Series terbaru lainnya.
First code used in video: var scroll = setInterval(function(){ window.scrollBy(0, 1000)}, 1000);
Second Code used in video: 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')}});
Only Get URL video window.clearInterval(scroll); console.clear(); urls = $$('a'); urls.forEach(function(v,i,a){if (v.id=="video-title"){console.log('\t'+v.href+'\t')}});
Komentar 3
First code used in video:
ReplyDeletevar scroll = setInterval(function(){ window.scrollBy(0, 1000)}, 1000);
Second Code used in video:
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')}});
Only get title
ReplyDeletewindow.clearInterval(scroll); console.clear(); urls = $$('a'); urls.forEach(function(v,i,a){if (v.id=="video-title"){console.log('\t'+v.title+'\t')}});
Only Get URL video
ReplyDeletewindow.clearInterval(scroll); console.clear(); urls = $$('a'); urls.forEach(function(v,i,a){if (v.id=="video-title"){console.log('\t'+v.href+'\t')}});