I made a basic Tasker routine to automate downloading from the SubsPlease site using xdcc. You can also browse and search titles found from subsplease. Tasker itself is not required to use this apk, but all the limitations of a kid app apply. Termux and Termux:Tasker are required to be installed as well as the xdcc project. Let me know what you think and if there are any issues!
1. Posts must be related to the discussion of digital piracy
2. Don’t request invites, trade, sell, or self-promote
3. Don’t request or link to specific pirated titles, including DMs
4. Don’t submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Why is the repo only an apk? Installing random apk with the code available is already asking for a bit of trust, installing random apks from a github repo without code would be a no go for me
The code is available as an xml
in the release section. Since its Tasker “code”, the xml has all the details in it. I had just uploaded it quickly, wanted an easy way to share it, and accidentally uploaded the apk and xml in the wrong order lol.Edit: I put the xml in the main repo now, if you want to read it more easily use Tasker to import it, but it is mostly human readable directly from github.
Tasker kid apps can be read by opening them as zip files and reading
assets/kid/data.xml
but i don’t want to appear as if I’m hiding something, so I had added the xml last night, albeit in a bad spot!