This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Steps: | |
// 1. This script produces `./localanime` directory, copy it into `Aniyomi` folder | |
// 2. Go to `Local source` in Aniyomi | |
// 3. Manually add each title into your library, protip: set the display to `list` and use an autoclicker to longtap every row | |
// 4. Library won't use `details.json` info before the title is opened once, so set the display to `list` and use an autoclicker to open each title | |
// 5. That's it, you can then migrate the title to an extension to watch the show | |
var fs = require("fs"); | |
var fetch = require("node-fetch"); | |
var xmljs = require("xml-js"); |