got rid of dash in file names

This commit is contained in:
wukko
2022-07-17 17:21:51 +06:00
parent 67223b3acd
commit 299fe6336b
16 changed files with 17 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
import ytdl from "ytdl-core";
import loc from "../sub/i18n.js";
import { maxVideoDuration, quality as mq } from "../config.js";
import selectQuality from "../stream/select-quality.js";
import selectQuality from "../stream/selectQuality.js";
export default async function (obj) {
try {