v0.1.2: 검색 속도 개선, 인피니티 스크롤 최적화, 미니 플레이어 추가
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %} {% block content %}
|
||||
<link rel="stylesheet" href="{{ url_for('.static', filename='youtube-dl_modern.css') }}?ver={{ arg['package_version'] }}">
|
||||
|
||||
<form id="download">
|
||||
{{ macros.setting_input_text('url', 'URL', placeholder='http:// 주소',
|
||||
@@ -6,7 +7,7 @@
|
||||
macros.setting_input_text('filename', '파일명', value=arg['filename'],
|
||||
desc='템플릿 규칙은 https://github.com/ytdl-org/youtube-dl/#output-template
|
||||
참고') }} {{ macros.setting_checkbox('all_thumbnails', '모든 썸네일 다운로드',
|
||||
value='False') }} {{ macros.setting_button([['download_btn', '다운로드']]) }}
|
||||
value='False') }} {{ macros.setting_buttons([['download_btn', '다운로드']]) }}
|
||||
</form>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user