Merge e59d9e011a82d6f93c5362a5bf0bf17077e21565 into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6

This commit is contained in:
zpzploop 2025-04-01 10:09:28 +02:00 committed by GitHub
commit 5d3425ce5c
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,
}