You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Well i am curious how will it end, maybe it might take a different approach like regex or maybe something new.
The text was updated successfully, but these errors were encountered: