First tests

This commit is contained in:
Philipp Hagemeister 2011-11-21 20:07:24 +01:00
parent cb6568bf21
commit e33e3045c6
3 changed files with 25 additions and 0 deletions

View file

@ -279,6 +279,8 @@ def timeconvert(timestr):
timestamp = email.utils.mktime_tz(timetuple)
return timestamp
def _simplify_title(title):
return re.sub(ur'[^\w\d_\-]+', u'_', title)
class DownloadError(Exception):
"""Download Error exception.