mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #151] Alternative Social media redirect URL gives Security/Timeout Errors #111
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#111
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 @ghost on GitHub (Nov 23, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/151
I found that when user enabled "Replace social media links" from settings, redirect links for youtube breaks due to auto embedding of prefix "www" in urls for example https://www.invidiou.site/ is broken. Without "www" prefix it works without any issues. Also this instance might have some frequent downtime issues, i can't access it mostly or maybe their server side load issue.
I think adding "www" as prefix in all redirect urls might break their functionality someday, so pls remove "www" prefix & use https:// as prefix only.
Also my suggestion is to use Snopyta Org Instance for Youtube redirecting if possible.
Take a look at this https://snopyta.org/
Thanks for doing an awesome work on whoogle.
@benbusby commented on GitHub (Nov 28, 2020):
Thanks for bringing this to my attention! I've updated the invidious instance to invidious.snopyta.org, and there shouldn't be any issues with supporting www subdomains now. (
2ecde83860)@ghost commented on GitHub (Nov 29, 2020):
Thanks @benbusby for quickfix
Unfortunately there is one more issue with invidious redirection which totally breaks its working for mobile users.
When user accessing whoogle from an mobile device all youtube links starts with mobile format i.e https://m.youtube.com.
Now When user enabled "Replace Social media links" & access whoogle from mobile phone the invidious links also contains "m" word as prefix same on mobile youtube version which breaks invidious redirection.
Currently it redirects to https://m.invidious.snopyta.org/ which is invalid URL.
Valid one is https://invidious.snopyta.org/
@benbusby commented on GitHub (Nov 29, 2020):
Gotcha -- I should've thought of that. Should be fixed now.