Page 1 of 1

Wildcard

Posted: Sun Dec 16, 2007 10:27 pm
by snelson2678
I created a simple loop to visit a list of pages from a .csv file and play the youtube video on the page. It works great up until this line:

TAG POS=1 TYPE=EMBED ATTR=HREF:http://www.youtube.com/*/*/
WAIT SECONDS=60

Here is the error message I get:

Error# 801 in line:14 , TAG not found

TYPE=EMBED

ATTR=HREF:http://www.youtube.com/*/*/

Any ideas why this wild card does not work??

Posted: Mon Dec 17, 2007 9:20 pm
by mknoll1
WHy is the line

Code: Select all

TAG POS=1 TYPE=EMBED ATTR=HREF:http://www.youtube.com/*/*/ 
instead of

Code: Select all

TAG POS=1 TYPE=EMBED ATTR=HREF:http://www.youtube.com/*
without looking at a page or trying a youtube video it looks like that could be your issue.

?

Posted: Tue Dec 18, 2007 12:41 am
by snelson2678
I've tried both

Posted: Tue Jan 08, 2008 7:57 am
by my2testing
Implementation of a TAG statement can only be a HREF statement.

http://www.youtube.com/* is not the only.

Posted: Tue Jan 08, 2008 3:52 pm
by Tech Support
snelson2678, what do you want to do with this TAG line?

If you want to start a video, than please see

http://forum.imacros.net/viewtopic.php?t=3984

Re:

Posted: Thu Feb 09, 2012 10:46 pm
by provoquestosito
The example do not work

I tried it and do not work
Tech Support wrote:snelson2678, what do you want to do with this TAG line?

If you want to start a video, than please see

http://forum.imacros.net/viewtopic.php?t=3984