mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-06-03 03:22:40 +09:00
Merge e59d9e011a82d6f93c5362a5bf0bf17077e21565 into 2b4fbfce25902d557b86b003cf48f738129efce4
This commit is contained in:
commit
7567510d36
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user