On Aug 3, 4:41 pm, Ehsan <[EMAIL PROTECTED]> wrote: > I want to find "http://www.2shared.com/download/1716611/e2000f22/ [...] > I use this pattern : > "http.*?\.(wmv|3gp).*"" > > but it returns only 'wmv' and '3gp' instead of "http://www.2shared.com/ > download/1716611/e2000f22/Jadeed_Mlak14.wmv? > tsid=20070803-164051-9d637d11" > > what can I do? what's wrong whit this pattern? thanx for your comments
Just a guess, based on too little information: Try "(http.*?\.(wmv| 3gp).*)" Regards, -=Dave -- http://mail.python.org/mailman/listinfo/python-list