The downloader is broken for extensions that use this xd
If someday someone creates a repository, ideally they should fork extension-lib and add TorrentUtils. Also, it is now possible to identify if an extension in the repository uses torrent by adding "torrent":1 (similar to nsfw) in the index.min.json. This has no effect at the moment, so it is useless
Instructions for using this (not necessary if a repository already exists and the corresponding changes have been made):
Download the torrentutils folder from here and copy it to the root folder of your extension, for example: <ext-name>/src/eu/kanade/tachiyomi/
Add the following line inside the application tag in AndroidManifest.xml:
The downloader is broken for extensions that use this xd
If someday someone creates a repository, ideally they should fork extension-lib and add TorrentUtils. Also, it is now possible to identify if an extension in the repository uses torrent by adding "torrent":1 (similar to nsfw) in the index.min.json. This has no effect at the moment, so it is useless
Instructions for using this (not necessary if a repository already exists and the corresponding changes have been made):
torrentutils
folder from here and copy it to the root folder of your extension, for example:<ext-name>/src/eu/kanade/tachiyomi/
application
tag inAndroidManifest.xml
: