How get main url of news without requesting them? #97
Unanswered
moonSandra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Gnews will return news url in this pattern "https://news.google.com/rss/articles/[Article Key]"
I should request to this url and then get main url.
for example this url:
"https://news.google.com/rss/articles/CBMicmh0dHBzOi8vd3d3LmZpZnByby5vcmcvZW4vc3VwcG9ydGluZy1wbGF5ZXJzL3BsYXllci1pbmZsdWVuY2Uvd29ybGQxMS8yMDIzLWZpZmEtZmlmcHJvLXdvcmxkLTExLWZpbmFsaXN0cy1yZXZlYWxlZNIBAA?oc=5"
will redirect to:
"https://www.fifpro.org/en/supporting-players/player-influence/world11/2023-fifa-fifpro-world-11-finalists-revealed"
is there any way to get main url without redirecting?
Beta Was this translation helpful? Give feedback.
All reactions