From 63b3d7893b2bd19fb76804f67c103f968745cfca Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sat, 28 Dec 2024 19:27:06 +0200 Subject: [PATCH] fix attachments --- get_peertube_videos/get_peertube_videos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: