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

Update faulio.py

This commit is contained in:
CasperMcFadden95 2025-06-18 20:19:40 +00:00 committed by GitHub
parent bd59a2a657
commit 8ac988ad0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
class FaulioLiveIE(InfoExtractor):
_VALID_URL = (
r'https?://(?P<domain>aloula\.sba\.sa|maraya\.sba\.net\.ae)/'
r'https?://(?P<domain>aloula\.sba\.sa|maraya\.sba\.net\.ae|sat7plus\.org)/'
r'(?:en/)?live/(?P<faulio_url>[a-zA-Z0-9\-]+)'
)