Google News Decoder is a Node.js module that decodes Google News URLs into their original source URLs. It is designed for developers who want to extract the actual URLs behind Google News links.
- Decodes Google News URLs to their original source URLs.
- Supports fallback for different Google News URL formats.
- Easy to integrate into Node.js applications.
Since this module is not published on npm, you can clone it directly from GitHub:
git clone https://github.com/SSujitX/google-news-decoder-nodejs.git
cd google-news-decoder-nodejs
npm install
Make sure that you have axios and cheerio installed as these are required dependencies for this module. They will be automatically installed when you run npm install.
node test.js