mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 15:14:57 +00:00
parent
4cf1e5d2f9
commit
8eec0120a2
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class RaiPlayIE(RaiBaseIE):
|
|||
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 a new issue