Force re-tests on travis (core reformat)

This commit is contained in:
bato3 2018-07-14 16:11:55 +02:00
parent e887491de8
commit 4aa6fbb409
1 changed files with 4 additions and 1 deletions

View File

@ -111,7 +111,10 @@ class Mp4UploadIE(InfoExtractor):
)
timestamp = None
date_raw = self._search_regex(r'Uploaded on(.+?)</div>', webpage, 'timestamp', fatal=False, flags=re.DOTALL)
date_raw = self._search_regex(
r'Uploaded on(.+?)</div>', webpage,
'timestamp', fatal=False, flags=re.DOTALL
)
if date_raw:
try:
timestamp = time.mktime(time.strptime(