-
In my [monitoring of ArchiveBot](https://wiki.archiveteam.org/index.php/ArchiveBot/Monitoring) I often have to deal with URLs that consist of percent-encoded junk.
I would like to be able to decode t…
pabs3 updated
16 hours ago
-
### Routes
```routes
/google/news/:category/:locale
```
### Full routes
```fullroutes
https://rsshub.app/google/news/Top stories/hl=en-US&gl=US&ceid=US:en
```
### Related documentation
https://…
-
## Describe the bug
A text container is failing to decode.
## Expected behavior
Item should decode
## Additional context
URL: https://news-app.api.bbc.co.uk/fd/app-article-api?page=https%3A%2F%2Fww…
-
The FPP Plugin was failing in curl with malformed URLs. to make it suceed, the Content of the URLs needed to be url encoded so " " would travel across to the pixelradio device as "%20". This seems to …
-
### Describe the bug
When the bot decodes certain base64-encoded URLs, it occasionally appends extra, unexpected characters or symbols to the decoded link. This does not happen consistently but occur…
-
http://upload.wikimedia.org/wikipedia/commons/4/4c/BMW-Z3-Coup%C3%A9.jpg
-
**Describe the bug:**
The "URL Decode" operation in CyberChef is not properly decoding certain URL-encoded strings.
**To Reproduce:**
1. Go to CyberChef (https://gchq.github.io/CyberChef/)
2. En…
-
Similar to the Python feature that was [added in 0.2.0](https://github.com/posit-dev/py-shinylive/blob/main/CHANGELOG.md#020---2024-01-25), please consider adding shinylive URL encode and shinylive UR…
-
Some of the soundcloud urls generate JSON exception
I think the response code for http call is 401, and some links have additional protection
Example links:
* https://soundcloud.com/goldfishliv…
-
For decoding Google News URLs into their real ones, I am getting error:
```python
import base64
import re
from typing import Optional
# Ref: https://github.com/Casualtek/Cyberwatch/blob/8648e…