remove downloaded.lst

feature-unify_handlers
Tomáš Mládek 2018-04-25 14:37:14 +02:00 committed by Tomáš Mládek
parent 1cc88e6ef4
commit cb25c2baf3
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ def download_ydl(urls, subdir, date, extract=False, filename=None):
ydl_opts = {
'noplaylist': True,
'restrictfilenames': True,
'download_archive': DIR + '/downloaded.lst',
'outtmpl': f'{TMP_DIR}/' + datestr(date) + '__%(title)s__%(id)s.%(ext)s'
}
if extract: