yt-dlp 패키지명 변경 대응
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user