This commit is contained in:
zpzploop 2024-05-11 04:35:06 +08:00 committed by GitHub
commit 0c5aa90dc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -91,9 +91,12 @@ class IwaraIE(InfoExtractor):
self._sort_formats(formats)
uploader = self._html_search_regex(r'<a[^>]+class="username"[^>]*>([^<]+)<', webpage, 'uploader')
return {
'id': video_id,
'title': title,
'uploader': uploader,
'age_limit': age_limit,
'formats': formats,
}