about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWes <morganw@gmail.com>2022-07-29 20:10:00 -0500
committerGitHub <noreply@github.com>2022-07-30 02:10:00 +0100
commitadb5294177265ba35b45746dbb600965076ed150 (patch)
treedc4818b5c3614914d4395ed795371b39df348409
parent5f5c127ece74e52aa5b49b6d2941cc0f848d3c36 (diff)
downloadyoutube-dl-adb5294177265ba35b45746dbb600965076ed150.tar.gz
youtube-dl-adb5294177265ba35b45746dbb600965076ed150.tar.xz
youtube-dl-adb5294177265ba35b45746dbb600965076ed150.zip
[aenetworks] Update _THEPLATFORM_KEY and _THEPLATFORM_SECRET (#29749)
Fixes ytdl-org/youtube-dl#29300
-rw-r--r--youtube_dl/extractor/aenetworks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/aenetworks.py b/youtube_dl/extractor/aenetworks.py
index e55c03fd7..2a1f08e39 100644
--- a/youtube_dl/extractor/aenetworks.py
+++ b/youtube_dl/extractor/aenetworks.py
@@ -20,8 +20,8 @@ class AENetworksBaseIE(ThePlatformIE):
             (?:history(?:vault)?|aetv|mylifetime|lifetimemovieclub)\.com|
             fyi\.tv
         )/'''
-    _THEPLATFORM_KEY = 'crazyjava'
-    _THEPLATFORM_SECRET = 's3cr3t'
+    _THEPLATFORM_KEY = '43jXaGRQud'
+    _THEPLATFORM_SECRET = 'S10BPXHMlb'
     _DOMAIN_MAP = {
         'history.com': ('HISTORY', 'history'),
         'aetv.com': ('AETV', 'aetv'),