1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-24 06:15:39 +08:00

[iprima] Extend valid URL pattern with the new subdomains

This commit is contained in:
Jiří Helebrant 2017-12-15 01:43:47 +01:00
parent 1c4804ef9b
commit 92944ea6ff

View File

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