Quote:
Originally Posted by mickknutson
I have a Daily motion RSS feed that has this URL:
Code:
http://www.dailymotion.com/search/base%2Bjumping/video/x7kg6s_switzerland_sport?from=rss
But the current AME definition supports:
Code:
http://www.dailymotion.com/video/x7kg6s_switzerland_sport
How can I create or modify this definition to support both types of URL's?
|
I also seem to have this URL:
Code:
http://www.dailymotion.com/video/xasyox_sauts-en-parachute-dans-un-gouffre_sport?from=rss
But this seems to work:
Code:
http://www.dailymotion.com/video/xasyox_sauts-en-parachute-dans-un-gouffre_sport
If I have this replacement code:
Code:
http://[w\.]*dailymotion\.[com|alicet\.]+/[\w/\-%]*video/[\w\-]+
So, can anyone help with the REGEX that would work for the optional query string, as well as options pre-sub-categories as above?