delete source page, start of youtube-dl wrapper

This commit is contained in:
meeb
2020-11-28 22:29:42 +11:00
parent c87adf86d5
commit 060691202b
9 changed files with 131 additions and 13 deletions

View File

@@ -119,6 +119,11 @@ DJANGO_SIMPLE_TASK_WORKERS = 2
SOURCES_PER_PAGE = 25
YOUTUBE_DEFAULTS = {
'age_limit': 99,
}
try:
from .local_settings import *
except ImportError as e: