From f28c47323f060352e59829372fd82d6a4922edd3 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 19 Sep 2022 15:10:41 +0700 Subject: [PATCH] cleanup channel info.json file after import --- tubearchivist/home/src/index/channel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tubearchivist/home/src/index/channel.py b/tubearchivist/home/src/index/channel.py index 520b166..7a554a9 100644 --- a/tubearchivist/home/src/index/channel.py +++ b/tubearchivist/home/src/index/channel.py @@ -231,6 +231,7 @@ class YoutubeChannel(YouTubeItem): "channel_description": content.get("description", False), } ) + os.remove(info_json) def get_channel_art(self): """download channel art for new channels"""