fix(all/torrentioanime): use api.ani.zip for episode lists and fix nsfw #676

Merged
victor-borges merged 4 commits from main into main 2025-02-16 16:30:38 -06:00
victor-borges commented 2025-02-14 23:28:04 -06:00 (Migrated from github.com)

Use api.ani.zip to get episode lists, kitsu sometimes gives wrong airing dates for animes that are still releasing.
Also add nsfw filter to the queries because they were still being shown in the search results, even though the extension is marked as safe.

Checklist:

  • Updated extVersionCode value in build.gradle for individual extensions
  • Updated overrideVersionCode or baseVersionCode as needed for all multisrc extensions
  • Referenced all related issues in the PR body (e.g. "Closes #xyz")
  • Added the isNsfw = true flag in build.gradle when appropriate
  • Have not changed source names
  • Have explicitly kept the id if a source's name or language were changed
  • Have tested the modifications by compiling and running the extension through Android Studio
  • Have removed web_hi_res_512.png when adding a new extension
  • Have made sure all the icons are in png format
Use api.ani.zip to get episode lists, kitsu sometimes gives wrong airing dates for animes that are still releasing. Also add nsfw filter to the queries because they were still being shown in the search results, even though the extension is marked as safe. Checklist: - [x] Updated `extVersionCode` value in `build.gradle` for individual extensions - [x] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions - [x] Referenced all related issues in the PR body (e.g. "Closes #xyz") - [x] Added the `isNsfw = true` flag in `build.gradle` when appropriate - [x] Have not changed source names - [x] Have explicitly kept the `id` if a source's name or language were changed - [x] Have tested the modifications by compiling and running the extension through Android Studio - [x] Have removed `web_hi_res_512.png` when adding a new extension - [x] Have made sure all the icons are in png format
mklive commented 2025-02-15 12:21:52 -06:00 (Migrated from github.com)

I don't know about api.ani.zip service but the TLD .zip may be universally blocked on strictest anti-malware lists due to the common file compression extension.

Watch out for errors or unexpected events

I don't know about `api.ani.zip` service but the TLD `.zip` may be universally blocked on strictest anti-malware lists due to the common file compression extension. Watch out for errors or unexpected events
victor-borges commented 2025-02-15 13:50:20 -06:00 (Migrated from github.com)

I don't know about api.ani.zip service but the TLD .zip may be universally blocked on strictest anti-malware lists due to the common file compression extension.

Watch out for errors or unexpected events

hmm true, to be honest I don't even know who runs this API too, it responds a 404 on /
just that it is more up to date and complete

> I don't know about `api.ani.zip` service but the TLD `.zip` may be universally blocked on strictest anti-malware lists due to the common file compression extension. > > Watch out for errors or unexpected events hmm true, to be honest I don't even know who runs this API too, it responds a 404 on / just that it is more up to date and complete
Sign in to join this conversation.
No description provided.