remove downloaded.lst
This commit is contained in:
parent
1cc88e6ef4
commit
cb25c2baf3
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue