Jump to content
UBot Underground

Help To Scrape Keywords Youtube.


Recommended Posts

hello friends I would like your help to scrape keywords youtube.

<meta name="keywords" content="correo electrónico, cuenta gmail, cuenta google, tutorial gmail, Gmail (Website), Ilimitada, google, Correo gmail, celular">
add list to list(%keywormetas, $scrape attribute(<meta name="keywords" content=">, "innertext"), "Delete", "Global")

I can not find a way.

 

Thanks for the help

Link to post
Share on other sites

try

add list to list(%keyword,$list from text($find regular expression($read file("https://www.youtube.com/watch?v=HZ2OiNN9U9w"),"(?<=keywords\" content=\").*?(?=\")"),","),"Delete","Global")

 

Link to post
Share on other sites
  • 1 year later...

@deliter and pash bot method works perfectly..But can you please help..

 

I want to keep all tags scrapped in single cell, instead different 7-8 rows. and also want to put "," after each tag please help if this is possible..

Link to post
Share on other sites

try

alert($find regular expression($read file("https://www.youtube.com/watch?v=HZ2OiNN9U9w"),"(?<=keywords\" content=\").*?(?=\")"))
Link to post
Share on other sites

HI, many many thanks, but I stuck in between I want to save it to excel file, but not saving always getting error can not find table 0, but can save to text file...would be grateful if you can help me save this data in excel file, with increment..Thanks again pash..

Link to post
Share on other sites

You can put this into a loop with an increment on the row variable to use for multiple videos too:

set(#keywords,$find regular expression($read file("https://www.youtube.com/watch?v=HZ2OiNN9U9w"),"(?<=keywords\" content=\").*?(?=\")"),"Global")
set(#row,0,"Global")
set table cell(&keywords,#row,0,#keywords)
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...