From 3b34e3881340bd9dc8ec852bc922d443155be6f4 Mon Sep 17 00:00:00 2001 From: Wes Date: Sat, 7 Aug 2021 22:52:31 -0500 Subject: [PATCH] [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 --- yt_dlp/extractor/aenetworks.py | 4 ++-- 1 file 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'),