cleanup channel info.json file after import

This commit is contained in:
simon 2022-09-19 15:10:41 +07:00
parent 73cd9a11f8
commit f28c47323f
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -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"""