Quote:
Originally Posted by Digital Jedi
It's probably the ampersand (&). Sometimes the RegEx has to be set to read the Ampersand Command (&  rather then the symbol itself. Try opening up the MTV definition and in the Regular expression, put a semi-colon ( ;) where you see it in red below:
Code:
[http://]*[a-z]*?[\.]?mtv\.com/overdrive/([\w=&;?]*)
|
Can't believe I missed that. Thanks, that cleared it right up.