mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[ie/theplatform] Extract more metadata (#8635)
Authored by: trainman261
This commit is contained in:
		| @@ -121,11 +121,21 @@ class AENetworksIE(AENetworksBaseIE): | ||||
|         'info_dict': { | ||||
|             'id': '22253814', | ||||
|             'ext': 'mp4', | ||||
|             'title': 'Winter is Coming', | ||||
|             'description': 'md5:641f424b7a19d8e24f26dea22cf59d74', | ||||
|             'title': 'Winter Is Coming', | ||||
|             'description': 'md5:a40e370925074260b1c8a633c632c63a', | ||||
|             'timestamp': 1338306241, | ||||
|             'upload_date': '20120529', | ||||
|             'uploader': 'AENE-NEW', | ||||
|             'duration': 2592.0, | ||||
|             'thumbnail': r're:^https?://.*\.jpe?g$', | ||||
|             'chapters': 'count:5', | ||||
|             'tags': 'count:14', | ||||
|             'categories': ['Mountain Men'], | ||||
|             'episode_number': 1, | ||||
|             'episode': 'Episode 1', | ||||
|             'season': 'Season 1', | ||||
|             'season_number': 1, | ||||
|             'series': 'Mountain Men', | ||||
|         }, | ||||
|         'params': { | ||||
|             # m3u8 download | ||||
| @@ -143,6 +153,15 @@ class AENetworksIE(AENetworksBaseIE): | ||||
|             'timestamp': 1452634428, | ||||
|             'upload_date': '20160112', | ||||
|             'uploader': 'AENE-NEW', | ||||
|             'duration': 1277.695, | ||||
|             'thumbnail': r're:^https?://.*\.jpe?g$', | ||||
|             'chapters': 'count:4', | ||||
|             'tags': 'count:23', | ||||
|             'episode': 'Episode 1', | ||||
|             'episode_number': 1, | ||||
|             'season': 'Season 9', | ||||
|             'season_number': 9, | ||||
|             'series': 'Duck Dynasty', | ||||
|         }, | ||||
|         'params': { | ||||
|             # m3u8 download | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 trainman261
					trainman261