Releases: SSujitX/google-news-url-decoder
Releases · SSujitX/google-news-url-decoder
0.1.7
0.1.7 (19th January 2025)
- Version 0.1.7:
- New Feature: Added proxy support to handle rate limiting and bypass restrictions.
- Improved: Enhanced error handling with additional fallback mechanisms for decoding parameters.
- Refined: Optimized get_decoding_params to handle edge cases more effectively.
- Added: Proxy #12.
New Contributors
- @fasihhussain00 made their first contribution in #14
Full Changelog: 0.1.6...0.1.7
0.1.6
0.1.6 (8th October 2024)
- Version 0.1.6:
- Improved: Enhanced error handling with a fallback mechanism for decoding parameters.
- Refined: Optimized get_decoding_params to try decoding via https://news.google.com/articles first, falling back to https://news.google.com/rss/articles if needed
- Updated: Reduced occurrences of HTTP 429 (Too Many Requests).
- Removed: Logging #9 functionality for a cleaner codebase.
- Fixed: Resolved time delay issue between requests.
Full Changelog: 0.1.5...0.1.6
Version 0.1.5
0.1.5 (31st August 2024)
- Version 0.1.5:
- Major Update: Introduced a new method called new_decoderv1.
- Deprecated: Previous decoders decoderv1 to decoderv4 are no longer functional.
- Added time delay between requests.
- Fixed #8