Update code to match coding conventions
This commit is contained in:
parent
b74c43318d
commit
aadca0afc7
@ -140,7 +140,7 @@ class VineUserIE(InfoExtractor):
|
|||||||
user_id = profile_data['data']['userId']
|
user_id = profile_data['data']['userId']
|
||||||
user_archive = self._download_json(
|
user_archive = self._download_json(
|
||||||
'https://archive.vine.co/profiles/%s.json' % user_id, user_id)
|
'https://archive.vine.co/profiles/%s.json' % user_id, user_id)
|
||||||
posts = user_archive.get('posts')
|
posts = user_archive['posts']
|
||||||
entries = [
|
entries = [
|
||||||
self.url_result('https://vine.co/v/%s' % post_id)
|
self.url_result('https://vine.co/v/%s' % post_id)
|
||||||
for post_id in posts]
|
for post_id in posts]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user