mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 07:57:46 +08:00
Update einthusan.py
This commit is contained in:
parent
7accab98e0
commit
fbfcbd2a25
@ -41,8 +41,6 @@ class EinthusanIE(InfoExtractor):
|
|||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# reversed from jsoncrypto.prototype.decrypt() in einthusan-PGMovieWatcher.js
|
# reversed from jsoncrypto.prototype.decrypt() in einthusan-PGMovieWatcher.js
|
||||||
def _decrypt(self, encrypted_data, video_id):
|
def _decrypt(self, encrypted_data, video_id):
|
||||||
return self._parse_json(compat_b64decode((
|
return self._parse_json(compat_b64decode((
|
||||||
|
Loading…
x
Reference in New Issue
Block a user