vendeta30 4 Posted July 29, 2016 Report Share Posted July 29, 2016 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 Quote Link to post Share on other sites
luis carlos 94 Posted July 29, 2016 Report Share Posted July 29, 2016 Usa list from text, y como separador "," Quote Link to post Share on other sites
vendeta30 4 Posted July 29, 2016 Author Report Share Posted July 29, 2016 Usa list from text, y como separador ","algun ejemplo para entender mejor. Quote Link to post Share on other sites
pash 504 Posted July 29, 2016 Report Share Posted July 29, 2016 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") Quote Link to post Share on other sites
deliter 203 Posted July 29, 2016 Report Share Posted July 29, 2016 add list to list(%keywords,$list from text($scrape attribute(<(tagname="meta" AND name="keywords")>,"content"),","),"Delete","Global") Quote Link to post Share on other sites
spa3212 1 Posted August 1, 2017 Report Share Posted August 1, 2017 @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.. Quote Link to post Share on other sites
pash 504 Posted August 2, 2017 Report Share Posted August 2, 2017 try alert($find regular expression($read file("https://www.youtube.com/watch?v=HZ2OiNN9U9w"),"(?<=keywords\" content=\").*?(?=\")")) Quote Link to post Share on other sites
spa3212 1 Posted August 2, 2017 Report Share Posted August 2, 2017 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.. Quote Link to post Share on other sites
HelloInsomnia 1103 Posted August 2, 2017 Report Share Posted August 2, 2017 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) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.