add support to download media file and then send

This commit is contained in:
2021-01-09 15:49:26 +08:00
parent c56595e9ba
commit 20f0563932
6 changed files with 285 additions and 15 deletions

View File

@@ -64,6 +64,7 @@ class RSSCheckerThread(Thread):
if self._main._commandLine._rebuildHashlist and self._main._commandLine._exitAfterRebuild:
_exit(0)
self._main._commandLine._rebuildHashlist = False
self._main._tempFileEntries.clear()
def __init__(self, m):
Thread.__init__(self)