aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/aenetworks.py
diff options
context:
space:
mode:
authorWes <morganw@gmail.com>2021-08-07 22:52:31 -0500
committerGitHub <noreply@github.com>2021-08-08 09:22:31 +0530
commit3b34e3881340bd9dc8ec852bc922d443155be6f4 (patch)
treec6e9179ca1318c7f118da0983e5822655729f622 /yt_dlp/extractor/aenetworks.py
parent34488702053d995aba6a0dea9995e6a8858402dd (diff)
downloadhypervideo-pre-3b34e3881340bd9dc8ec852bc922d443155be6f4.tar.lz
hypervideo-pre-3b34e3881340bd9dc8ec852bc922d443155be6f4.tar.xz
hypervideo-pre-3b34e3881340bd9dc8ec852bc922d443155be6f4.zip
[aenetworks] Update `_THEPLATFORM_KEY` and `_THEPLATFORM_SECRET` (#643)
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29749 Fixes: https://github.com/ytdl-org/youtube-dl/issues/29300 Authored by: wesnm
Diffstat (limited to 'yt_dlp/extractor/aenetworks.py')
-rw-r--r--yt_dlp/extractor/aenetworks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/extractor/aenetworks.py b/yt_dlp/extractor/aenetworks.py
index e55c03fd7..2a1f08e39 100644
--- a/yt_dlp/extractor/aenetworks.py
+++ b/yt_dlp/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'),