Added gogoanime integration

This commit is contained in:
ION606
2023-03-17 21:33:34 -04:00
parent 16868426c0
commit 8f2fe725a3
6 changed files with 169 additions and 94 deletions
+1
View File
@@ -5,6 +5,7 @@ import animeMain from "./anime/getAndSave.js";
function fromCLI() {
const argsRaw = [...process.argv].slice(2);
console.log(argsRaw.join(" "));
animeMain(argsRaw);
}