v1.1.1 플레이리스트 다운로드 중 다운로드 실패한 동영상이 있으면 건너뛰도록 개선

This commit is contained in:
joyfuI
2020-02-12 20:33:48 +09:00
parent a190335de2
commit 6581394a6d
5 changed files with 11 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ def plugin_unload():
Logic.plugin_unload()
plugin_info = {
'version': '1.1.0',
'version': '1.1.1',
'name': 'youtube-dl',
'category_name': 'vod',
'icon': '',
@@ -92,7 +92,8 @@ def detail(sub):
#########################################################
# For UI
#########################################################
@blueprint.route('/ajax/<sub>', methods=['GET', 'POST'])
@blueprint.route('/ajax/<sub>', methods=['POST'])
@login_required
def ajax(sub):
logger.debug('AJAX %s %s', package_name, sub)
try: