Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yahoo search link manipulation #1

Open
AgentGeek opened this issue Feb 15, 2022 · 0 comments
Open

Yahoo search link manipulation #1

AgentGeek opened this issue Feb 15, 2022 · 0 comments

Comments

@AgentGeek
Copy link

Hello there,

I was playing around with the library when i noticed the links in result fethced from YahooEngine, they were kinda different than google with the enormous yahoo redirection in front, i was thinking can't we manipulate the link with split something like

link = link.split("/RU=");
link = link[1].split("/R");
const link = decodeURIComponent(link[0]);

Well i am curious how will it end, maybe it might take a different approach like regex or maybe something new.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant