mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[radiojavan] Fix height
This commit is contained in:
		| @@ -34,7 +34,7 @@ class RadioJavanIE(InfoExtractor): | ||||
|         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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user