removed old regex. but new one needs improvements as well

This commit is contained in:
Florian Baumann 2014-12-02 18:33:49 +01:00
parent 1e6364400d
commit 0e340296cc

View file

@ -24,7 +24,6 @@ class Entry:
@staticmethod
def title_regex(self):
pattern = r'^(([^|]|[^\s])[^\n]*)'
pattern = r'^20.*'
return re.compile( pattern, re.UNICODE|re.MULTILINE )