1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-09 21:17:16 +08:00

add ca to regex

This commit is contained in:
Suprit 2019-08-20 21:50:04 -04:00
parent 0add33abcb
commit 1d3a358c22

View File

@ -19,7 +19,7 @@ from ..utils import (
class EinthusanIE(InfoExtractor):
_VALID_URL = r'https?://(?P<host>einthusan\.(?:tv|com))/movie/watch/(?P<id>[^/?#&]+)'
_VALID_URL = r'https?://(?P<host>einthusan\.(?:tv|com|ca))/movie/watch/(?P<id>[^/?#&]+)'
_TESTS = [{
'url': 'https://einthusan.tv/movie/watch/9097/',
'md5': 'ff0f7f2065031b8a2cf13a933731c035',