don't get

This commit is contained in:
bashonly 2024-08-26 20:39:08 +00:00 committed by GitHub
parent f75ad3c94f
commit 9d94f0fbde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ def _real_extract(self, url):
config = self._parse_json(
config, video_id,
lambda data: self.__unobfuscate(data, video_id=video_id))
f = config.get('file') if not f else self._parse_json(
f = config['file'] if not f else self._parse_json(
f, video_id,
lambda data: self.__unobfuscate(data, video_id=video_id))