1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-18 09:49:36 +00:00

[radiojavan] Sort formats

This commit is contained in:
Sergey M․ 2015-04-04 19:25:08 +06:00
parent 4e8cc1e973
commit 8fb2e5a4f5

View file

@ -36,6 +36,7 @@ class RadioJavanIE(InfoExtractor):
'format_id': '%sp' % height,
'height': int(height),
} for height, video_path in re.findall(r"RJ\.video(\d+)p\s*=\s*'/?([^']+)'", webpage)]
self._sort_formats(formats)
title = self._og_search_title(webpage)
thumbnail = self._og_search_thumbnail(webpage)