Skip to content

Commit

Permalink
Update _THEPLATFORM_KEY and _THEPLATFORM_SECRET in aenetworks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wesnm committed Aug 7, 2021
1 parent a803582 commit 47c232e
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 47c232e

Please sign in to comment.