Page 2 of 2

Need Help With String Extract Function

Posted: Sun Jan 30, 2011 7:54 am
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

Need Help With String Extract Function

Posted: Sun Jan 30, 2011 8:36 am
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.

Need Help With String Extract Function

Posted: Sun Jan 30, 2011 9:00 am
by desception
Thank you OLEG!! You are the best! <3