[animeowl] fix: Quality preference match #880
No reviewers
Labels
No labels
Bug
Domain change
Duplicate
Features request
Remove request
Source is down
Source request
Wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Kohi-den/extensions-source#880
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "khaled-0/patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Checklist:
extVersionCode
value inbuild.gradle
for individual extensionsoverrideVersionCode
orbaseVersionCode
as needed for all multisrc extensionsisNsfw = true
flag inbuild.gradle
when appropriateid
if a source's name or language were changedweb_hi_res_512.png
when adding a new extensionCopilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
@khaled-0 Update version, Have you tested that everything works fine in Android Studio?
It was meant to be still a draft. I'm looking at more issues. Updated to draft
@ -48,8 +48,13 @@ class OwlExtractor(private val client: OkHttpClient, private val baseUrl: String
luffy.forEach { stream ->
wouldn't this only add an extra "p" to the video's title? What does it fix? What was the issue?
@ -48,8 +48,13 @@ class OwlExtractor(private val client: OkHttpClient, private val baseUrl: String
luffy.forEach { stream ->
No this is the 480p 1080p quality. The download isn't picking 1080p as the prefered quality. that's the issue
however there's a new 2K option which should also be added and accounted for.
This commit would fix the prefered quality issue as I've tested. however there's another bug that the page 2 of the extension doesn't load.
Okay, so the page 2 json bug seem to have vanished. I've added the 2K quality in the meantime. good to go
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.