Skip to content

Commit

Permalink
Update vrt.py
Browse files Browse the repository at this point in the history
updated the _JWT_SIGNING_KEY and the .js file where it came from
  • Loading branch information
Zprokkel committed Jul 5, 2023
1 parent 4929643 commit efcaefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yt_dlp/extractor/vrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ class VRTBaseIE(GigyaBaseIE):
'version': '2.7.4-prod-2023-04-19T06:05:45'
}
}
# From https://player.vrt.be/vrtnws/js/main.js & https://player.vrt.be/ketnet/js/main.fd1de01a40a1e3d842ea.js
# From https://player.vrt.be/vrtnws/js/main.js & https://player.vrt.be/ketnet/js/main.8cdb11341bcb79e4cd44.js
_JWT_KEY_ID = '0-0Fp51UZykfaiCJrfTE3+oMI8zvDteYfPtR+2n1R+z8w='
_JWT_SIGNING_KEY = '2a9251d782700769fb856da5725daf38661874ca6f80ae7dc2b05ec1a81a24ae'
_JWT_SIGNING_KEY = 'b5f500d55cb44715107249ccd8a5c0136cfb2788dbb71b90a4f142423bacaf38'

def _extract_formats_and_subtitles(self, data, video_id):
if traverse_obj(data, 'drm'):
Expand Down

0 comments on commit efcaefc

Please sign in to comment.