1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 21:40:35 +08:00

[Iprima] Fix URL regex (#18515)

This commit is contained in:
yonaikerlol 2018-12-15 17:10:44 -04:00 committed by GitHub
parent c984196cf1
commit ca35743b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ from ..utils import (
class IPrimaIE(InfoExtractor):
_VALID_URL = r'https?://(?:play|prima|www)\.iprima\.cz/(?:[^/]+/)*(?P<id>[^/?#&]+)'
_VALID_URL = r'https?://(?:play|prima|zoom|krimi|cool|www)\.iprima\.cz/(?:[^/]+/)*(?P<id>[^/?#&]+)'
_GEO_BYPASS = False
_TESTS = [{