mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-09 03:02:52 +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:
parent
0add33abcb
commit
1f9342a57b
@ -19,9 +19,9 @@ from ..utils import (
|
|||||||
|
|
||||||
|
|
||||||
class EinthusanIE(InfoExtractor):
|
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 = [{
|
_TESTS = [{
|
||||||
'url': 'https://einthusan.tv/movie/watch/9097/',
|
'url': 'https://einthusan.ca/movie/watch/9097/',
|
||||||
'md5': 'ff0f7f2065031b8a2cf13a933731c035',
|
'md5': 'ff0f7f2065031b8a2cf13a933731c035',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '9097',
|
'id': '9097',
|
||||||
@ -31,7 +31,7 @@ class EinthusanIE(InfoExtractor):
|
|||||||
'thumbnail': r're:^https?://.*\.jpg$',
|
'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,
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://einthusan.com/movie/watch/9097/',
|
'url': 'https://einthusan.com/movie/watch/9097/',
|
||||||
|
Loading…
Reference in New Issue
Block a user