mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #148] [BUG] conversion of youtube url to Invidious url - wrong domain #106
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#106
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?
Originally created by @github-ronk on GitHub (Nov 17, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/148
Describe the bug
URL's for Invidious are using the www.invidiou.site domain, which leads to a dead end because it has a bad certificate.
Perhaps they should be translated to invidiou.site (without the www part) which works.
Not sure if this is a Whoogle issue or one in Invidious (they may fix their certificate), but might be worth considering.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
@benbusby commented on GitHub (Nov 28, 2020):
Thanks for letting me know, the www subdomain issue has been fixed with
2ecde83860. The invidious instance has also been updated to use the one from snopyta.org, since the health of that instance seems to be a lot better.