set `_RETURN_TYPE`

Authored by: bashonly
pull/9850/head
bashonly 3 weeks ago
parent 96d002e335
commit 0f4e86d5cc
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

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

Loading…
Cancel
Save