Update indavideo.py
This commit is contained in:
parent
f1a6deb238
commit
0d2e4439fa
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user