Admin features

Add URL and User abn list : #19 #18
Fix for #34
This commit is contained in:
Azlux
2019-01-13 21:42:34 +01:00
parent ce497f0b40
commit ef78b566af
4 changed files with 136 additions and 9 deletions

View File

@ -16,6 +16,8 @@ def get_url_info(index=-1):
var.playlist[index]['title'] = info['title']
except youtube_dl.utils.DownloadError:
pass
except KeyError:
return True
else:
return True
return False