mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-28 13:45:55 +00:00
fix unrelated tests
This commit is contained in:
parent
8a9ff3ae6c
commit
b01b1f6806
@ -1612,6 +1612,8 @@ class TwitterBroadcastIE(TwitterBaseIE, PeriscopeBaseIE):
|
|||||||
'upload_date': '20200601',
|
'upload_date': '20200601',
|
||||||
'thumbnail': r're:^https?://[^?#]+\.jpg\?token=',
|
'thumbnail': r're:^https?://[^?#]+\.jpg\?token=',
|
||||||
'view_count': int,
|
'view_count': int,
|
||||||
|
'concurrent_view_count': int,
|
||||||
|
'live_status': 'was_live',
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://twitter.com/i/broadcasts/1ZkKzeyrPbaxv',
|
'url': 'https://twitter.com/i/broadcasts/1ZkKzeyrPbaxv',
|
||||||
@ -1626,6 +1628,8 @@ class TwitterBroadcastIE(TwitterBaseIE, PeriscopeBaseIE):
|
|||||||
'upload_date': '20210303',
|
'upload_date': '20210303',
|
||||||
'thumbnail': r're:^https?://[^?#]+\.jpg\?token=',
|
'thumbnail': r're:^https?://[^?#]+\.jpg\?token=',
|
||||||
'view_count': int,
|
'view_count': int,
|
||||||
|
'concurrent_view_count': int,
|
||||||
|
'live_status': 'was_live',
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://twitter.com/i/broadcasts/1OyKAVQrgzwGb',
|
'url': 'https://twitter.com/i/broadcasts/1OyKAVQrgzwGb',
|
||||||
@ -1640,6 +1644,8 @@ class TwitterBroadcastIE(TwitterBaseIE, PeriscopeBaseIE):
|
|||||||
'upload_date': '20230420',
|
'upload_date': '20230420',
|
||||||
'thumbnail': r're:^https?://[^?#]+\.jpg\?token=',
|
'thumbnail': r're:^https?://[^?#]+\.jpg\?token=',
|
||||||
'view_count': int,
|
'view_count': int,
|
||||||
|
'concurrent_view_count': int,
|
||||||
|
'live_status': 'was_live',
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://x.com/i/events/1910629646300762112',
|
'url': 'https://x.com/i/events/1910629646300762112',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user