Jump to content
UBot Underground

uBot regex help please, scrape between two characters


Recommended Posts

Hey everyone been trying to scrape everything between small tags so scrape: "(3 something, 2 more)".  Tried so many things can't get it work.  Some help would be appreciated 

<small>(3 something, 2 more)</small>

I've tried any different expression, none work, here is some

$scrape attribute(<innertext=r"(?<=small>)(.*?)(?=</small)">

Even tried to scrape with >( )< and it still didn't work

$scrape attribute(<innertext=r"(?<=small)(.*?)(?=/small)">

 

Edited by myubo
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...