[instagram] Fix info_dict key name
This commit is contained in:
parent
51fb2e98d2
commit
912b38b428
5 changed files with 42 additions and 7 deletions
|
@ -195,6 +195,7 @@ from .ro220 import Ro220IE
|
|||
from .rottentomatoes import RottenTomatoesIE
|
||||
from .roxwel import RoxwelIE
|
||||
from .rtlnow import RTLnowIE
|
||||
from .rts import RTSIE
|
||||
from .rutube import (
|
||||
RutubeIE,
|
||||
RutubeChannelIE,
|
||||
|
|
|
@ -89,7 +89,7 @@ class InstagramUserIE(InfoExtractor):
|
|||
'uploader': user.get('full_name'),
|
||||
'uploader_id': user.get('username'),
|
||||
'like_count': like_count,
|
||||
'upload_timestamp': int_or_none(it.get('created_time')),
|
||||
'timestamp': int_or_none(it.get('created_time')),
|
||||
})
|
||||
|
||||
if not page['items']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue