Skip to content

Commit

Permalink
Merge commit '47c232ecfb1a78c9c1b849a03a1b45800e179233' into v1
Browse files Browse the repository at this point in the history
* commit '47c232ecfb1a78c9c1b849a03a1b45800e179233':
  Update _THEPLATFORM_KEY and _THEPLATFORM_SECRET in aenetworks.py Fixes ytdl-org#29300
  • Loading branch information
gaming-hacker committed Aug 9, 2021
2 parents 28d02d8 + 47c232e commit 36a6988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions youtube_dl/extractor/aenetworks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 36a6988

Please sign in to comment.