mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 14:35:46 +00:00
[iwara] Add updater to template
This commit is contained in:
parent
7fb9564420
commit
e59d9e011a
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue