set `_RETURN_TYPE`

Authored by: bashonly
This commit is contained in:
bashonly 2024-05-03 12:31:55 -05:00
parent 96d002e335
commit 0f4e86d5cc
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ class PatreonIE(PatreonBaseIE):
}], }],
'skip': 'Patron-only content', 'skip': 'Patron-only content',
}] }]
_RETURN_TYPE = 'video'
def _real_extract(self, url): def _real_extract(self, url):
video_id = self._match_id(url) video_id = self._match_id(url)