mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[ie/theplatform] Extract more metadata (#8635)
Authored by: trainman261
This commit is contained in:
		| @@ -53,6 +53,8 @@ class NBCIE(ThePlatformIE):  # XXX: Do not subclass from concrete IE | ||||
|                 'chapters': 'count:1', | ||||
|                 'tags': 'count:4', | ||||
|                 'thumbnail': r're:https?://.+\.jpg', | ||||
|                 'categories': ['Series/The Tonight Show Starring Jimmy Fallon'], | ||||
|                 'media_type': 'Full Episode', | ||||
|             }, | ||||
|             'params': { | ||||
|                 'skip_download': 'm3u8', | ||||
| @@ -131,6 +133,8 @@ class NBCIE(ThePlatformIE):  # XXX: Do not subclass from concrete IE | ||||
|                 'tags': 'count:10', | ||||
|                 'age_limit': 0, | ||||
|                 'thumbnail': r're:https?://.+\.jpg', | ||||
|                 'categories': ['Series/Quantum Leap 2022'], | ||||
|                 'media_type': 'Highlight', | ||||
|             }, | ||||
|             'params': { | ||||
|                 'skip_download': 'm3u8', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 trainman261
					trainman261