Merge e59d9e011a82d6f93c5362a5bf0bf17077e21565 into 2b4fbfce25902d557b86b003cf48f738129efce4

This commit is contained in:
zpzploop 2025-03-26 07:54:23 +00:00 committed by GitHub
commit 7567510d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,
}