This commit is contained in:
joyfuI
2020-02-10 22:34:22 +09:00
parent 847ab7fb7d
commit 39a2867d31
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<div>
{{ macros.setting_input_text('url', 'URL', placeholder='http:// 주소', desc='유튜브, 네이버TV 등 동영상 주소') }}
{{ macros.setting_input_text('filename', '파일명', value=arg['file_name']) }}
{{ macros.setting_input_text('filename', '파일명', value=arg['file_name'], desc='템플릿 규칙은 https://github.com/ytdl-org/youtube-dl/blob/master/README.md#output-template 참고') }}
{{ macros.setting_button([['download_start', '다운로드']]) }}
</div>