yt-dlp 패키지명 변경 대응

This commit is contained in:
joyfuI
2021-02-26 00:08:01 +09:00
parent a782c05ebf
commit 64ce8c1d05
5 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
"use strict";
const url = document.getElementById('url').value;
const url = document.getElementById('url');
const preset = document.getElementById('preset');
const format = document.getElementById('format');
const postprocessor = document.getElementById('postprocessor');