diff --git a/Qalbum.py b/Qalbum.py index 47e52ad..640a307 100755 --- a/Qalbum.py +++ b/Qalbum.py @@ -27,7 +27,7 @@ from datetime import datetime # (c) ville.rantanen@helsinki.fi -__version__='2.4' +__version__='2.4b' webfilesearch=re.compile('.*index.html$|gallerystyle.css$|galleryscript.js$|descriptions.csv$|^info.txt$|\..*',re.I) imagesearch=re.compile('.*\.jpg$|.*\.jpeg$|.*\.gif$|.*\.png$|.*\.svg$|.*\.pdf$',re.I)