Add test data to livestream

This commit is contained in:
Ben Faerber
2025-04-05 12:23:40 -06:00
parent fbaddb649b
commit f0479234c2
+3
View File
@@ -65,6 +65,9 @@ class PartiLivestreamIE(PartiBaseIE):
'upload_date': str, 'upload_date': str,
'is_live': True, 'is_live': True,
'live_status': 'is_live', 'live_status': 'is_live',
'timestamp': int,
'thumbnail': str,
'view_count': int,
}, },
'params': {'skip_download': 'm3u8'}, 'params': {'skip_download': 'm3u8'},
}, },