Update indavideo.py

This commit is contained in:
Sergey M 2018-05-26 00:45:04 +07:00 committed by GitHub
parent f1a6deb238
commit 0d2e4439fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,9 @@ class IndavideoEmbedIE(InfoExtractor):
video_urls.append(flv_url) video_urls.append(flv_url)
filesh = video.get('filesh') filesh = video.get('filesh')
formats = [self.video_url_to_format(video_url, filesh) for video_url in video_urls] formats = [
self.video_url_to_format(video_url, filesh)
for video_url in video_urls]
self._sort_formats(formats) self._sort_formats(formats)
timestamp = video.get('date') timestamp = video.get('date')