mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	| @@ -19,6 +19,7 @@ from ..utils import ( | |||||||
|     ExtractorError, |     ExtractorError, | ||||||
|     float_or_none, |     float_or_none, | ||||||
|     int_or_none, |     int_or_none, | ||||||
|  |     traverse_obj, | ||||||
| ) | ) | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -217,7 +218,7 @@ class VRVIE(VRVBaseIE): | |||||||
|                 }) |                 }) | ||||||
|  |  | ||||||
|         thumbnails = [] |         thumbnails = [] | ||||||
|         for thumbnail in video_data.get('images', {}).get('thumbnails', []): |         for thumbnail in traverse_obj(video_data, ('images', 'thumbnail', ..., ...)): | ||||||
|             thumbnail_url = thumbnail.get('source') |             thumbnail_url = thumbnail.get('source') | ||||||
|             if not thumbnail_url: |             if not thumbnail_url: | ||||||
|                 continue |                 continue | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 funniray
					funniray