about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-04-09 12:32:26 +0100
committerRemita Amine <remitamine@gmail.com>2017-04-09 12:33:29 +0100
commit3f2ce6896acfd487ce915788255ddee1e04794b3 (patch)
tree329c6fb071fa4900b16ba8af60805c188c3a1e73
parenta6f7263cf421d9156048596cca0552e027e70788 (diff)
downloadyoutube-dl-3f2ce6896acfd487ce915788255ddee1e04794b3.tar.gz
youtube-dl-3f2ce6896acfd487ce915788255ddee1e04794b3.tar.xz
youtube-dl-3f2ce6896acfd487ce915788255ddee1e04794b3.zip
[adn] update subtitle decryption key
-rw-r--r--youtube_dl/extractor/adn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/adn.py b/youtube_dl/extractor/adn.py
index e44caa00b..66caf6a81 100644
--- a/youtube_dl/extractor/adn.py
+++ b/youtube_dl/extractor/adn.py
@@ -45,7 +45,7 @@ class ADNIE(InfoExtractor):
         # http://animedigitalnetwork.fr/components/com_vodvideo/videojs/adn-vjs.min.js
         dec_subtitles = intlist_to_bytes(aes_cbc_decrypt(
             bytes_to_intlist(base64.b64decode(enc_subtitles[24:])),
-            bytes_to_intlist(b'\xb5@\xcfq\xa3\x98"N\xe4\xf3\x12\x98}}\x16\xd8'),
+            bytes_to_intlist(b'\nd\xaf\xd2J\xd0\xfc\xe1\xfc\xdf\xb61\xe8\xe1\xf0\xcc'),
             bytes_to_intlist(base64.b64decode(enc_subtitles[:24]))
         ))
         subtitles_json = self._parse_json(