Modified:
trunk/main.py
Log:
nothing special
Modified: trunk/main.py
==============================================================================
--- trunk/main.py (original)
+++ trunk/main.py Wed Feb 6 12:47:53 2008
@@ -137,7 +137,7 @@
WANTEDNAME=re.match('.*<title>(.*)</title>.*', mylines[WANTEDNAME_NR]).group(1)
print WANTEDNAME
- except IndexError:
+ except:
self.status = 1
else:
VIDEO_FILENAME=re.sub("(?i).flv.flv", ".flv", WANTEDNAME+".flv")
@@ -227,3 +227,4 @@
else:
print _("Could not fetch the wanted line. Wrong URL or
unsupported video portal!")
print "----"
+