PIP not working with other languages #4
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
vlw/disneyplus-pip#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Disney+ has been released in lots of countries in the past month. I live in hungary and if I try to use this extension then it doesn't show up the button. I looked into the code and probably have found the problem. It's with the url. In other languages the url of a video looks like this: disneyplus.com/language-code/video/etc... . In your code it slices up the the url by the /-es and checks if the arrays number 1 element is equals to video, but here, it's the language code, so it never will be true. So what I think you should do is add another check in the code if the arrays element number 2 equals to video, and then it probably will work.
Thanks,
Vince