From: Nabil Hanna Date: Sun, 30 Aug 2009 07:09:19 +0000 (+0000) Subject: delete container file after files have been added to a download-list X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=b096eda51818f0cd75b7fd08bbc30dbcf733059d;p=vuplus_dvbapp-plugin delete container file after files have been added to a download-list --- diff --git a/rsdownloader/src/plugin.py b/rsdownloader/src/plugin.py index cbbda9b..515215f 100644 --- a/rsdownloader/src/plugin.py +++ b/rsdownloader/src/plugin.py @@ -1012,7 +1012,8 @@ class RSMain(ChangedScreen): elif link.endswith(".htm"): link = link[:-4] f.write("%s\n"%link) - f.close() + f.close() + remove(file) except: pass self.refreshTimer.stop()