Dag
Dag
u still want this?
```patch --- a/bridges/UnogsBridge.php +++ b/bridges/UnogsBridge.php @@ -157,7 +157,7 @@ EOD; // https://rapidapi.com/unogs/api/unogsng/details $api_url = sprintf( '%s/api/search?query=%s%s&limit=%s', - self::URI, + 'https://unogs-unogs-v1.p.rapidapi.com', urlencode($feed), $country_code ? '&countrylist=' . $country_code : '', $limit ```...
https://github.com/heithemmoumni/mail.tm
https://docs.mail.tm/
See also https://github.com/RSS-Bridge/rss-bridge/issues/3161
This `Live` section I think is new indeed. @em92
They don't have a podcast type. This is essentially a bunch of files and some of them are audio. Also I think they rarely add items. So this would be...
The query is double encoded by accident by rss-bridge. But twitter seems to correct that error in their backend. There's something else here. Maybe the hypen (`-`) in the query...
When I in firefox right-click-copy that url I get this which differs a bit: https://allegro.pl/listing?string=14%20MacBook%20Pro%20wy%C5%9Bwietlacz As far as I can tell the url you posted is only half-urlencoded correctly? Not...
Yes so this is a bug in rssbridge. We do not currently url-encode the path or the query string, before passing them to curl. In addition there is also an...