mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	[nova:embed] Fix extraction (closes #18222)
This commit is contained in:
		
							parent
							
								
									5bb0479269
								
							
						
					
					
						commit
						4167148fa4
					
				| @ -35,7 +35,7 @@ class NovaEmbedIE(InfoExtractor): | |||||||
| 
 | 
 | ||||||
|         bitrates = self._parse_json( |         bitrates = self._parse_json( | ||||||
|             self._search_regex( |             self._search_regex( | ||||||
|                 r'(?s)bitrates\s*=\s*({.+?})\s*;', webpage, 'formats'), |                 r'(?s)(?:src|bitrates)\s*=\s*({.+?})\s*;', webpage, 'formats'), | ||||||
|             video_id, transform_source=js_to_json) |             video_id, transform_source=js_to_json) | ||||||
| 
 | 
 | ||||||
|         QUALITIES = ('lq', 'mq', 'hq', 'hd') |         QUALITIES = ('lq', 'mq', 'hq', 'hd') | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sergey M․
						Sergey M․