mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-05-30 01:22:40 +09:00
Merge e59d9e011a82d6f93c5362a5bf0bf17077e21565 into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6
This commit is contained in:
commit
5d3425ce5c
@ -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