mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 00:52:01 +00:00
parent
4cf1e5d2f9
commit
8eec0120a2
@ -170,7 +170,7 @@ def _real_extract(self, url):
|
||||
media = self._download_json(
|
||||
base + '.json', video_id, 'Downloading video JSON')
|
||||
|
||||
if not self.params.get('allow_unplayable_formats'):
|
||||
if not self._downloader.params.get('allow_unplayable_formats'):
|
||||
if try_get(
|
||||
media,
|
||||
(lambda x: x['rights_management']['rights']['drm'],
|
||||
|
Loading…
Reference in New Issue
Block a user