1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

Add 'skip_download': 'Livestream',

This commit is contained in:
CasperMcFadden95 2025-06-22 20:18:16 +00:00 committed by GitHub
parent 4ceff5da1b
commit 4f465c3fc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@ class EasyBroadcastLiveIE(InfoExtractor):
},
'params': {
'nocheckcertificate': True,
'skip_download': 'Livestream',
},
}, {
'url': 'https://snrt.player.easybroadcast.io/events/73_aloula_w1dqfwm',
@ -27,6 +28,7 @@ class EasyBroadcastLiveIE(InfoExtractor):
},
'params': {
'nocheckcertificate': True,
'skip_download': 'Livestream',
},
}]
_WEBPAGE_TESTS = [{
@ -39,6 +41,7 @@ class EasyBroadcastLiveIE(InfoExtractor):
},
'params': {
'nocheckcertificate': True,
'skip_download': 'Livestream',
},
}, {
'url': 'https://snrtlive.ma/fr/al-aoula',
@ -50,6 +53,7 @@ class EasyBroadcastLiveIE(InfoExtractor):
},
'params': {
'nocheckcertificate': True,
'skip_download': 'Livestream',
},
}]