Need Help With String Extract Function

Discuss RoboTask here
desception
Posts: 13
Joined: Fri Jan 28, 2011 3:09 pm
Location: United Kingdom

Need Help With String Extract Function

Post by desception »

I have this example here:
http://www.anime44.com/jewel-pet-tinkle-episode-43
If you look at the source:
Part 1:
<p><embed src="http://www.dailymotion.com/swf/xgt96p&related=0" type="application/x-shockwave-flash" width="718" height="438" allowfullscreen="true" allowscriptaccess="always"></embed><br />

Part 2:
<embed src="http://www.dailymotion.com/swf/xgt96r&related=0" type="application/x-shockwave-flash" width="718" height="438" allowfullscreen="true" allowscriptaccess="always"></embed></p>
 
What type of string do I put to get these two variable?
xgt96p & xgt96r
I can only seem to get the first variable xgt96p
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Need Help With String Extract Function

Post by Oleg »

See this example.

Look at the step 4 Str Between:
You can specify variable in Start Position field.
Also you can save the next start position.
Thus you can extract all entries in the loop.

See description of the action here

Also see this DEMO example.
desception
Posts: 13
Joined: Fri Jan 28, 2011 3:09 pm
Location: United Kingdom

Need Help With String Extract Function

Post by desception »

Thank you OLEG!! You are the best! <3
Post Reply