1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-08 19:25:36 +08:00

[einthusan] change .tv to .ca

einthusan.tv  can’t be reached anymore, it changed to einthusan.ca instead.
This commit is contained in:
tinybug 2019-08-17 15:10:39 +08:00 committed by GitHub
parent 0add33abcb
commit 1f9342a57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,9 @@ 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\.(?:ca|com))/movie/watch/(?P<id>[^/?#&]+)'
_TESTS = [{
'url': 'https://einthusan.tv/movie/watch/9097/',
'url': 'https://einthusan.ca/movie/watch/9097/',
'md5': 'ff0f7f2065031b8a2cf13a933731c035',
'info_dict': {
'id': '9097',
@ -31,7 +31,7 @@ class EinthusanIE(InfoExtractor):
'thumbnail': r're:^https?://.*\.jpg$',
}
}, {
'url': 'https://einthusan.tv/movie/watch/51MZ/?lang=hindi',
'url': 'https://einthusan.ca/movie/watch/51MZ/?lang=hindi',
'only_matching': True,
}, {
'url': 'https://einthusan.com/movie/watch/9097/',