diff --git a/plugins/catmanga/README.md b/plugins/catmanga/README.md deleted file mode 100644 index 48fce25..0000000 --- a/plugins/catmanga/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Catmanga Plugin - -### NOTE: Catmanga has shutdown. This plugin will no longer work. - -This is the Mango plugin for [Catmanga](https://catmanga.org). - -Note that - -- All downloaded chapters will be placed in their respective series folder in your library. -- Cloudflare rate limits extensive downloads. Adjust `wait_seconds` in `info.json` if you plan to download many chapters in one go (or chapters with many pages). - -Maintained by [@browningluke](https://github.com/browningluke). \ No newline at end of file diff --git a/plugins/catmanga/index.js b/plugins/catmanga/index.js deleted file mode 100644 index 5494371..0000000 --- a/plugins/catmanga/index.js +++ /dev/null @@ -1,164 +0,0 @@ -var currentPage = 0; -var digits = 0; -var imgURLs; - -const ROOT_URL = "https://catmanga.org/"; - -// Helper function. Builds the API URL since there are no ES6 template strings. -function buildApiEndpoint(buildID, mangaID, chapterNum) { - return ROOT_URL + "_next/data/" + buildID - + "/series/" + mangaID + "/" + chapterNum + ".json"; -} - -function listChapters(query) { - // Get API data (stored in a