decode_google_news_url
Convert Google News article links to their original source URLs. Processes multiple URLs concurrently, returning the original URL if decoding fails or the link isn't from Google News.
Instructions
Convert multiple Google News URLs to their actual article URLs.
Decodes Google News wrapped URLs (news.google.com/articles/...) to their original article URLs concurrently. If a URL is not a Google News URL or decoding fails, returns the original URL.
Args: urls: A list of Google News URLs to decode (e.g., ["https://news.google.com/articles/CAIiE...", ...])
Returns: Dict with "decoded_urls" list containing dicts with "original_url" and "decoded_url" fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||