![]() |
Re: cuteNews - RSS news and podcast aggregator
I have no problems with https feeds but also not using the version from the repos because I am using qt4-network from cssu-devel.
QSsl is set to secureprotocols and I changed the user agent to ("Wget/1.19.5 (linux-gnu)"). For wget, called from cutenews, it could be a shell/environment problem so define the ca path like this in cutenews settings: Code:
/usr/bin/wget --ca-directory=/etc/certs/common-ca -q %f -O - Code:
ca_directory=/etc/certs/common-ca Code:
wget -U "Mozilla/5.0" If nothing helps try wget with this option: Code:
--no-check-certificate
I can't find my uploaded modified cutenews, I think I posted it somewhere together with qmlbrowser. So I made a new one with version up and execute permission fix. https://openrepos.net/content/halftux/cutenews About the qlocale and region settings, cutenews gets somehow the date from it which seems to fail with a different region. |
Re: cuteNews - RSS news and podcast aggregator
^ I was using cutenews 1.3.0 - the highest version that shows up with cssu-devel and extras-devel enabled - I did not know there was a newer one.
I am now trying your 1.3.1 and will report back. FWIW, one of the podcasts currently not updating at all is https://www.drabblecast.org/feed/podcast-m4a/ |
Re: cuteNews - RSS news and podcast aggregator
Quote:
Code:
deb https://maemo.openrepos.net/halftux personal main Quote:
Quote:
|
Re: cuteNews - RSS news and podcast aggregator
Quote:
I can also confirm that I see some pictures. (https://www.riskiq.com/feed/) @Sicelo Also your feed is working btw.* https://mybroadband.co.za/news/feed But I think there is still a problem with the date? I can't see the latest news? Is this correct? |
Re: cuteNews - RSS news and podcast aggregator
Not understanding how this works. Installed your cutenews. Gave as an url this https://feeds.feedburner.com/eset/blog and also one for darkreading rss feed. I recognized both (though for darkreading the date was 1970) but from neither it fetch nothing to reed.
|
Re: cuteNews - RSS news and podcast aggregator
Quote:
|
Re: cuteNews - RSS news and podcast aggregator
Quote:
All dependencies and requirements are already the same versions as from your repo, or from *-devel. I still have a problem with downloading some audio files - afaics this happens when the filename has too many "weird" characters in them, the Download shows "Failed: Invalid argument" (0%). I thought I could use an URL opener to fix this, so I added via GUI (according to the example of post #1 in this thread): Regex: Code:
http(s|)://.+\\.mp3.+ Code:
/usr/bin/wget --ca-directory=/etc/certs/common-ca -q %u -O test.mp3 I tried all sorts of permutations, e.g. Regex: .* (this would be my favourite - use the custom downloader for everything). How do I even trigger this custom URL opener? What I currently do is long-tap on feed item => Enclosures long-tap on URL => Download => don't choose anything, just "Done" or normal tap on URL => Open Externally but nothing seems to be happening in either case? |
Re: cuteNews - RSS news and podcast aggregator
Quote:
Code:
'weird_characters.mp3' |
Re: cuteNews - RSS news and podcast aggregator
Quote:
Do you also use cutenews for podcasts? Custom URL openers can be used to download Enclosures afaiu. |
Re: cuteNews - RSS news and podcast aggregator
Quote:
Quote:
Quote:
So I took the version from our repos and patched it. But now I recognized that on github there are some more commits compared to the version in our repos, and I think for what you would like to do, it can't be done with the "regexp" option. I think you need to touch the source code. |
Re: cuteNews - RSS news and podcast aggregator
After following this feed for a while with feedcircuit app downloading it to sdcard for offline read I can recommend this: http://www.theregister.co.uk/security/headlines.atom
Interesting up to date information about cyber security related topics. |
Re: cuteNews - RSS news and podcast aggregator
Quote:
Here's a podcast that fails to download - the error message inthe Download window is simply "Failed: Error downloading http://stitcher.acast.com/..........". However, the original URL is "http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download-low/proto/http/vpid/p0858555.mp3" - so there's some redirecting happening. (source: https://podcasts.files.bbci.co.uk/p02nq0gn.rss) The log says: Code:
2020-03-01T10:58:48: PluginManager::getConfigForEnclosure(). No Plugin found for enclosure http://open.live.bbc.co.uk/mediasele...d/p0858555.mp3 Trying the same with wget: Code:
$> wget "http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download-low/proto/http/vpid/p0858555.mp3" I compared the last two links, they are similar but not identical; I guess the server generates new access tokens for each request. But why is wget allowed to download in the end, and cutenews isn't? BTW, this isn't a one-off, I constantly download podcasts from this particular feed with wget because they constantly fail with cutenews. |
Re: cuteNews - RSS news and podcast aggregator
Quote:
The error message in the Download window is "Failed: Invalid argument". No redirection this time, but a weird URL: "https://play.podtrac.com/npr-500005/edge1.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3?awCollectionId=500005&awEpisode Id=810921169&orgId=1&d=300&p=500005&story=81092116 9&t=podcast&e=810921169&size=4500000&ft=pod&f=5000 05" (source: https://www.npr.org/rss/podcast.php?id=500005) The log: Code:
2020-03-01T16:03:14: PluginManager::getConfigForEnclosure(). No Plugin found for enclosure https://play.podtrac.com/npr-500005/edge1.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3?awCollectionId=500005&awEpisodeId=810921169&orgId=1&d=300&p=500005&story=810921169&t=podcast&e=810921169&size=4500000&ft=pod&f=500005 Code:
$> wget "https://play.podtrac.com/npr-500005/edge1.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3?awCollectionId=500005&awEpisodeId=810921169&orgId=1&d=300&p=500005&story=810921169&t=podcast&e=810921169&size=4500000&ft=pod&f=500005" -O npr_news_03-01.mp3 Code:
$> wget "https://play.podtrac.com/npr-500005/edge1.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3" |
Re: cuteNews - RSS news and podcast aggregator
Quote:
added feed Code:
https://podcasts.files.bbci.co.uk/p02nq0gn.rss After this I clicked the top menu, then on Enclosures, then on the url and "Open url externally" the browser opens and ask to play with media player or to download. Clicked download and it is working, also media player is working. The button "Open URL in browser" is not working. It seems I can't follow you what you did. I don't know how to use this url openers or if the custom download command really works. The url is without ssl encryption so no problem for the browser. Maybe you need to write an enclosure plugin. Don't know how the application works. I did the same with the other podcast feed it has a ssl url but it is working too with this method. edit: My test were done with the latest version from git and qssl correction and user-agent fix for app and client which hopefully solves all download problems. Released under cutenews 1.3.2 |
Re: cuteNews - RSS news and podcast aggregator
Quote:
What I do:
It's good to know about an additional workaround though. It works for the first podcast (BBC news), but NOT for the 2nd (NPR news). Quote:
Unfortunately no change to either example from my posts above. |
Re: cuteNews - RSS news and podcast aggregator
Quote:
I think you need microb-engine and libnss3 from community-testing. Can you make a package look up for maemosec if all packages are from devel? Code:
dpkg --list | grep maemosec But it could be for region that qt has a locale region bug or that something need to be changed for the sql database. In principle I managed to download also with other region settings also with https by patching qhttpresponse.cpp. But then I guess the database gives wrong time or date and cutenews behave as there were no new feeds. The source is very modular and flexible but you need to make changes at many different location in the source. |
Re: cuteNews - RSS news and podcast aggregator
Quote:
I still had an URL opener defined, and for some reason it activated for that download - and no other download afaics - but did not download anything. The log shows it: Quote:
Code:
[user:~/.config/cutenews] $> cat urlopeners In case you still want to know about microb-engine and libnss3, afaics they're both on testing levels. BTW, I'm using CSSU Thumb. Code:
microb-engine: Thank you for continued interest in this! |
All times are GMT. The time now is 11:50. |
vBulletin® Version 3.8.8