fix attachments
This commit is contained in:
parent
4d971a44cc
commit
63b3d7893b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class GetPeertubeVideos:
|
||||||
"%s attachments (videos) for this item",
|
"%s attachments (videos) for this item",
|
||||||
len(item['attachments'])
|
len(item['attachments'])
|
||||||
)
|
)
|
||||||
if 'attachements' in item:
|
if 'attachments' in item:
|
||||||
attachments = item['attachments']
|
attachments = item['attachments']
|
||||||
size_field = 'size_in_bytes'
|
size_field = 'size_in_bytes'
|
||||||
elif 'media_content' in item:
|
elif 'media_content' in item:
|
||||||
|
|
Loading…
Reference in a new issue