In message <[EMAIL PROTECTED]>, Ehsan wrote: > 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's the actual Python code that uses this regexp? My guess is, you're not using the "group" method correctly in the returned match object <http://docs.python.org/lib/match-objects.html>. -- http://mail.python.org/mailman/listinfo/python-list