mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[radiojavan] Fix height
This commit is contained in:
parent
ff02a228e3
commit
4e8cc1e973
@ -34,7 +34,7 @@ def _real_extract(self, url):
|
||||
formats = [{
|
||||
'url': 'https://media.rdjavan.com/media/music_video/%s' % video_path,
|
||||
'format_id': '%sp' % height,
|
||||
'height': height,
|
||||
'height': int(height),
|
||||
} for height, video_path in re.findall(r"RJ\.video(\d+)p\s*=\s*'/?([^']+)'", webpage)]
|
||||
|
||||
title = self._og_search_title(webpage)
|
||||
|
Loading…
Reference in New Issue
Block a user