diff --git a/get_peertube_videos/get_peertube_videos.py b/get_peertube_videos/get_peertube_videos.py index 7810e7f..1f5183e 100644 --- a/get_peertube_videos/get_peertube_videos.py +++ b/get_peertube_videos/get_peertube_videos.py @@ -73,7 +73,7 @@ class GetPeertubeVideos: "%s attachments (videos) for this item", len(item['attachments']) ) - if 'attachements' in item: + if 'attachments' in item: attachments = item['attachments'] size_field = 'size_in_bytes' elif 'media_content' in item: