mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update
This commit is contained in:
parent
d54936a41e
commit
c6269646f1
@ -27,6 +27,7 @@ def download(url):
|
||||
rdb.zadd('finished', now, url)
|
||||
|
||||
if rdb.zrank('finished', url) != None:
|
||||
logging.warn('This video already exists.')
|
||||
return False
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user