From 359bbcd8d7bf0a01c3ace0e508f3145ee305f758 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sun, 14 Nov 2021 12:48:34 +0800 Subject: [PATCH] fix typo in code --- rssbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rssbot.py b/rssbot.py index dc12f66..9fea167 100644 --- a/rssbot.py +++ b/rssbot.py @@ -477,7 +477,7 @@ class main: if 'document' in di: del di['document'] if 'animation' in di: - del di['video'] + del di['animation'] if 'thumb' in di: del di['thumb'] if 'caption' in di: