mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 20:37:46 +08:00
add test case
This commit is contained in:
parent
1d3a358c22
commit
7accab98e0
@ -36,8 +36,13 @@ class EinthusanIE(InfoExtractor):
|
||||
}, {
|
||||
'url': 'https://einthusan.com/movie/watch/9097/',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
'url': 'https://einthusan.ca/movie/watch/4E9n/?lang=hindi',
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
|
||||
|
||||
# reversed from jsoncrypto.prototype.decrypt() in einthusan-PGMovieWatcher.js
|
||||
def _decrypt(self, encrypted_data, video_id):
|
||||
return self._parse_json(compat_b64decode((
|
||||
|
Loading…
x
Reference in New Issue
Block a user