feat(en/aniplay): new provider pahe implemented (somewhat) #590

Merged
JosefFStraka merged 2 commits from aniplay into main 2025-01-25 20:18:38 -06:00
JosefFStraka commented 2025-01-25 15:52:45 -06:00 (Migrated from github.com)

Checklist:
Closes #588

  • 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

Pahe provider videos shows as "Video" quality.
This is from

return playlistUtils.extractFromHls(
  playlistUrl = defaultSource.url,
  videoNameGen = { quality -> "$serverName - $quality - $typeName" },
  subtitleList = subtitles,
)

and I kind of dont care. It works.
Screenshot_2025-01-25-22-33-25-653_xyz jmir tachiyomi mi debug (Small)

Checklist: Closes #588 - [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") - [ ] ~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 Pahe provider videos shows as "Video" quality. This is from ``` return playlistUtils.extractFromHls( playlistUrl = defaultSource.url, videoNameGen = { quality -> "$serverName - $quality - $typeName" }, subtitleList = subtitles, ) ``` and I kind of dont care. It works. ![Screenshot_2025-01-25-22-33-25-653_xyz jmir tachiyomi mi debug (Small)](https://github.com/user-attachments/assets/09db026e-8513-4a4a-9717-f6b8fbe46a04)
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: AlmightyHak/extensions-source#590
No description provided.