1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 15:27:17 +08:00

Update iprima.py

This commit is contained in:
Sergey M 2018-12-17 04:09:16 +07:00 committed by GitHub
parent f193a06a85
commit 93c7f800c3
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|zoom|krimi|cool|love|autosalon|www)\.iprima\.cz/(?:[^/]+/)*(?P<id>[^/?#&]+)'
_VALID_URL = r'https?://(?:[^/]+)\.iprima\.cz/(?:[^/]+/)*(?P<id>[^/?#&]+)'
_GEO_BYPASS = False
_TESTS = [{