MSN + Youtube query? |
MSN + Youtube query? |
Harakiri |
Feb 14 2011, 12:35 AM
Post
#1
|
Newbie Group: Members Posts: 1 Joined: 14-February 11 Member No.: 1,057 |
Hello there,
First and foremost i would like to thank everyone involved in the creation of AMIP. I'm trying to create a regex that outputs a query link for youtube using the %name variable: http://www.youtube.com/results?search_query=$strrep( ,_,%name) This regex is seriously flawed for 2 main reasons, the results are presented with underscores (MSN needs them to parse the link correctly) and if the variable contains the character "&" the link is incorrectly parsed. I lack the skills to refine this regex in order to circumvent at least one of this two problems. Can you help me? Thanks in advance! |