Wow Sir!! You are a true coding master and inspect element master!! This would be useful to store the links, so that if anyone wants it you can easily share it. Please make more such videos which are related to tech and all but not coding. But still make coding videos Sir, they are very helpful!!
hi may i have question? If i want to get total like, total comment, and tittle of all video from a channel what would the parameter would be? Also thanks for the video
Hello Sir. Could you make a video or a comment explaining how to also get the view count or rating of a video with this technique. I would like to get them all in a string so i can make a recommender system.
Please can you write a code that will allow one to specify the period he wants to scrap? If the date the exported videos were uploaded is displayed that would really be great too.
The first line of code was working. But the second line did not. It just cleared the console and displays undefined. Can you please update your code please. Looking for your reply.
I don't know if this will work for you, but it worked for me. When I looked at his 2nd command, if you look more toward the end of the command, it looks like there is a double == (where it says, "v.vid=="video-title". I removed one = and the command worked. Here's the command I used. Cheers 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')}});
I tried this and ran into this error: A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced. To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData. Note that for performance reasons, only the first access to one of the properties is shown. Any thoughts as to why?
Just awesome brother. I just searching for something like this. Because my client wants me to scrape the thousands of data. I felt like I'm dying....
Most Welcome
Perfect, I was needing a way to transfer my playlist to excel and this did the trick! Thank you
Glad it helped!
Wow Sir!! You are a true coding master and inspect element master!! This would be useful to store the links, so that if anyone wants it you can easily share it. Please make more such videos which are related to tech and all but not coding. But still make coding videos Sir, they are very helpful!!
Thank You
sure....
hi may i have question? If i want to get total like, total comment, and tittle of all video from a channel what would the parameter would be? Also thanks for the video
underrated channel
😀
Command doesn't work for me any longer to get massive list of urls. Just says undefined
Very good Broth Q?do u know how to clone a video and and remove copyright so i can upload it to YTB pls and thanks
Hello Sir. Could you make a video or a comment explaining how to also get the view count or rating of a video with this technique. I would like to get them all in a string so i can make a recommender system.
Please can you write a code that will allow one to specify the period he wants to scrap? If the date the exported videos were uploaded is displayed that would really be great too.
sure i'll
Fantastic job friend.. Q? How do I get the video thumbnail image in that list? Is this possible?
Glad you like it! Thanks.
The first line of code was working. But the second line did not. It just cleared the console and displays undefined. Can you please update your code please. Looking for your reply.
I don't know if this will work for you, but it worked for me. When I looked at his 2nd command, if you look more toward the end of the command, it looks like there is a double == (where it says, "v.vid=="video-title". I removed one = and the command worked. Here's the command I used. Cheers
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')}});
what about taking the number of views and published date?
Best
Thank You
Sir plz make videos on video editing.
sure...
Nice
Thank You 😊
PLEASE CPROVIDE A CODE FOR RUclips SHORTS
I tried this and ran into this error:
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
Any thoughts as to why?