maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [M5] cuteNews - RSS news and podcast aggregator (https://talk.maemo.org/showthread.php?t=95797)

Halftux 2020-02-14 16:12

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 -
Another possibility could be to create a file ".wgetrc" in your home folder with this content.

Code:

ca_directory=/etc/certs/common-ca
Maybe it needs another user agent try with:

Code:

wget -U "Mozilla/5.0"
It could be also that you need a new certificate. But without an example it is impossible to debug.

If nothing helps try wget with this option:
Code:

--no-check-certificate
Checklist(my system):
  • on cssu (stable or testing).
  • openssl1.1.0h and certificates from cssu-devel installed.
  • qt4 core and dependencies from cssu-devel installed.
  • cutenews1.3.1 installed.
  • N900 region to UK.

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.

nonsuch 2020-02-16 06:57

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/

Halftux 2020-02-16 13:57

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by nonsuch (Post 1565385)
^ 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.

Yes it is buried in some thread and it is unknown that it works because nobody tried. So I will upload all related packages to openssl 1.1.0h to my openrepos repository.
Code:

deb https://maemo.openrepos.net/halftux personal main

Quote:

Originally Posted by nonsuch (Post 1565385)
I am now trying your 1.3.1 and will report back.

Good I gave it only a really quick testing and maybe also forget to disable wget command.


Quote:

Originally Posted by nonsuch (Post 1565385)
FWIW, one of the podcasts currently not updating at all is
https://www.drabblecast.org/feed/podcast-m4a/

Ok I will see, but could take some time.

Halftux 2020-02-16 15:15

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by nonsuch (Post 1565385)
FWIW, one of the podcasts currently not updating at all is
https://www.drabblecast.org/feed/podcast-m4a/

I can confirm that this feed is working with v1.3.1.
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?

Maemish 2020-02-16 17:25

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.

Halftux 2020-02-16 17:37

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by Maemish (Post 1565396)
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.

This is a known cutenews bug. To fix this you need to change your region settings from N900 to uk. Rebooting and it should work.

nonsuch 2020-02-17 11:41

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by Halftux (Post 1565392)
Yes it is buried in some thread and it is unknown that it works because nobody tried. So I will upload all related packages to openssl 1.1.0h to my openrepos repository.
Code:

deb https://maemo.openrepos.net/halftux personal main

Updating the feeds works just fine now.
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.+
Command:
Code:

/usr/bin/wget --ca-directory=/etc/certs/common-ca -q %u -O test.mp3
But the behaviour does not change.
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?

Halftux 2020-02-17 13:00

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by nonsuch (Post 1565415)
afaics this happens when the filename has too many "weird" characters in them, the Download shows "Failed: Invalid argument" (0%).

Try to set your filename like this with "upper commas".
Code:

'weird_characters.mp3'
Maybe this helps but I can't follow you completly what you try to achieve. Or try to make some html notations with % bla for special characters.

nonsuch 2020-02-20 10:21

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by Halftux (Post 1565419)
I can't follow you completly what you try to achieve.

  • Some enclosure downloads (audio podcasts) fail with cutenews' inbuilt capabilities (no extra commands defined anywhere)
  • I’m trying to use the URL Opener feature as described in post #1 but I’m not sure it’s doping anything at all. How do I
    • define it
    • access it from the GUI
    ??

Do you also use cutenews for podcasts?
Custom URL openers can be used to download Enclosures afaiu.

Halftux 2020-02-20 15:24

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by nonsuch (Post 1565499)
Some enclosure downloads (audio podcasts) fail with cutenews' inbuilt capabilities (no extra commands defined anywhere)

An example would be nice.

Quote:

Originally Posted by nonsuch (Post 1565499)
[*]I’m trying to use the URL Opener feature as described in post #1 but I’m not sure it’s doping anything at all. How do I
  • define it
  • access it from the GUI
??[/list]

I dont't know.

Quote:

Originally Posted by nonsuch (Post 1565499)
Do you also use cutenews for podcasts?
Custom URL openers can be used to download Enclosures afaiu.

Never used cutenews before, but maybe starting to used it.

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.

Maemish 2020-02-23 19:57

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.

nonsuch 2020-03-01 09:18

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by Halftux (Post 1565520)

Quote:

Originally Posted by nonsuch (Post 1565499)
Some enclosure downloads (audio podcasts) fail with cutenews' inbuilt capabilities

An example would be nice.

OK, let's concentrate on that first.

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
2020-03-01T10:58:48: file:///opt/cutenews/qml/DownloadDialog.qml:56:13: QML Label: Binding loop detected for property "width"
2020-03-01T10:58:49: file:///opt/cutenews/qml/DownloadDialog.qml:56:13: QML Label: Binding loop detected for property "width"
2020-03-01T10:58:49: file:///opt/cutenews/qml/DownloadDialog.qml:56:13: QML Label: Binding loop detected for property "width"
2020-03-01T10:58:51: Transfers::addEnclosureDownload(). URL: http://open.live.bbc.co.uk/mediasele...d/p0858555.mp3
2020-03-01T10:58:51: Transfer::setStatus(). ID: eb33d4d4-28c7-409f-b384-09992f6519a1, Status: Queued
2020-03-01T10:58:52: EnclosureDownload::startDownload(). URL: http://open.live.bbc.co.uk/mediasele...d/p0858555.mp3
2020-03-01T10:58:52: Transfer::setStatus(). ID: eb33d4d4-28c7-409f-b384-09992f6519a1, Status: Downloading
2020-03-01T10:58:53: EnclosureDownload::followRedirect(). URL: http://flex.acast.com/ak/mpg_mp3_vlo...b45a9be2eb8edf
2020-03-01T10:58:54: EnclosureDownload::followRedirect(). URL: http://stitcher.acast.com/livestitch...AFARUOTJQ3BLOQ
2020-03-01T10:58:54: Subscriptions::getScheduledUpdates(). Fetching subscriptions due for update since 2020-03-01T10:57:54
2020-03-01T10:58:55: Transfer::setStatus(). ID: eb33d4d4-28c7-409f-b384-09992f6519a1, Status: Failed: Error downloading http://stitcher.acast.com/livestitch...AFARUOTJQ3BLOQ - server replied: Forbidden
2020-03-01T10:58:55: Transfers::save(). 1 transfers saved

So yeah, I can clearly see the server reply: Forbidden.

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"
--2020-03-01 11:09:31--  http://open.live.bbc.co.uk/mediasele...d/p0858555.mp3
Resolving open.live.bbc.co.uk... 212.58.244.79, 212.58.249.158
Connecting to open.live.bbc.co.uk|212.58.244.79|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://flex.acast.com/ak/mpg_mp3_vlo...a216906e3e18ef [following]
--2020-03-01 11:09:31--  http://flex.acast.com/ak/mpg_mp3_vlo...a216906e3e18ef
Resolving flex.acast.com... 13.226.39.56, 13.226.39.36, 13.226.39.47, ...
Connecting to flex.acast.com|13.226.39.56|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://stitcher.acast.com/livestitch...AFARUOTJQ3BLOQ [following]
--2020-03-01 11:09:32--  http://stitcher.acast.com/livestitch...AFARUOTJQ3BLOQ
Resolving stitcher.acast.com... 13.226.39.127, 13.226.39.88, 13.226.39.46, ...
Connecting to stitcher.acast.com|13.226.39.127|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 15559573 (15M) [audio/mpeg]
Saving to: ‘p0858555.mp3’

p0858555.mp3                                        100%[=============================>]  14.84M  758KB/s    in 25s   

2020-03-01 11:09:57 (609 KB/s) - ‘p0858555.mp3’ saved [15559573/15559573]

So wget manages to follow the redirects without getting thrown out.

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.

nonsuch 2020-03-01 14:24

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by Halftux (Post 1565520)

Quote:

Originally Posted by nonsuch (Post 1565499)
Some enclosure downloads (audio podcasts) fail with cutenews' inbuilt capabilities

An example would be nice.

Here's another, quite different example.

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
2020-03-01T16:03:14: file:///opt/cutenews/qml/DownloadDialog.qml:56:13: QML Label: Binding loop detected for property "width"
2020-03-01T16:03:14: file:///opt/cutenews/qml/DownloadDialog.qml:56:13: QML Label: Binding loop detected for property "width"
2020-03-01T16:03:14: file:///opt/cutenews/qml/DownloadDialog.qml:56:13: QML Label: Binding loop detected for property "width"
2020-03-01T16:03:15: Transfers::addEnclosureDownload(). URL: 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
2020-03-01T16:03:15: Transfer::setStatus(). ID: 0eac10f7-59ce-4b2c-9de0-06fea9b735e3, Status: Queued
2020-03-01T16:03:16: EnclosureDownload::startDownload(). URL: 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
2020-03-01T16:03:17: Transfer::setStatus(). ID: 0eac10f7-59ce-4b2c-9de0-06fea9b735e3, Status: Failed: Invalid argument
2020-03-01T16:03:17: Transfers::save(). 1 transfers saved

With wget, I have to either specify a filename:
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
--2020-03-01 16:05:19--  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
Resolving play.podtrac.com... 18.213.53.54, 34.196.186.246
Connecting to play.podtrac.com|18.213.53.54|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://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 [following]
--2020-03-01 16:05:20--  https://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
Resolving edge1.pod.npr.org... 52.41.7.141, 52.42.159.223, 52.43.22.12, ...
Connecting to edge1.pod.npr.org|52.41.7.141|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://edge2.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3/newscast080812.mp3_a5d67f1441dbe2e75598bc7e9282a87d_4473020.mp3?awCollectionId=500005&awEpisodeId=810921169&orgId=1&d=300&p=500005&story=810921169&t=podcast&e=810921169&size=4500000&ft=pod&f=500005&hash_redirect=1&x-total-bytes=4473020&x-ais-classified=download&listeningSessionID=0CD_382_60__30f5726f1d10f8fc0d1e9dd2e1fc3a0f0bfe053b [following]
--2020-03-01 16:05:21--  https://edge2.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3/newscast080812.mp3_a5d67f1441dbe2e75598bc7e9282a87d_4473020.mp3?awCollectionId=500005&awEpisodeId=810921169&orgId=1&d=300&p=500005&story=810921169&t=podcast&e=810921169&size=4500000&ft=pod&f=500005&hash_redirect=1&x-total-bytes=4473020&x-ais-classified=download&listeningSessionID=0CD_382_60__30f5726f1d10f8fc0d1e9dd2e1fc3a0f0bfe053b
Resolving edge2.pod.npr.org... 2600:9000:21dd:200:16:61a3:16c0:93a1, 2600:9000:21dd:8400:16:61a3:16c0:93a1, 2600:9000:21dd:cc00:16:61a3:16c0:93a1, ...
Connecting to edge2.pod.npr.org|2600:9000:21dd:200:16:61a3:16c0:93a1|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4473020 (4.3M) [audio/mpeg]
Saving to: ‘npr_news_03-01.mp3’

npr_news_03-01.mp3                                  100%[=========================>]  4.27M  608KB/s    in 9.6s   

2020-03-01 16:05:31 (457 KB/s) - ‘npr_news_03-01.mp3’ saved [4473020/4473020]

or shorten the URL:
Code:

$> wget "https://play.podtrac.com/npr-500005/edge1.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3"
--2020-03-01 16:11:45--  https://play.podtrac.com/npr-500005/edge1.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3
Resolving play.podtrac.com... 34.196.186.246, 18.213.53.54
Connecting to play.podtrac.com|34.196.186.246|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://edge1.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3 [following]
--2020-03-01 16:11:47--  https://edge1.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3
Resolving edge1.pod.npr.org... 34.208.108.43, 34.218.166.10, 35.163.189.178, ...
Connecting to edge1.pod.npr.org|34.208.108.43|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://edge2.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3/newscast080812.mp3_a5d67f1441dbe2e75598bc7e9282a87d_4473020.mp3?hash_redirect=1&x-total-bytes=4473020&x-ais-classified=download&listeningSessionID=0CD_382_60__30f5726f1d10f8fc0d1e9dd2e1fc3a0f0bfe053b [following]
--2020-03-01 16:11:48--  https://edge2.pod.npr.org/anon.npr-mp3/npr/newscasts/2020/03/01/newscast080812.mp3/newscast080812.mp3_a5d67f1441dbe2e75598bc7e9282a87d_4473020.mp3?hash_redirect=1&x-total-bytes=4473020&x-ais-classified=download&listeningSessionID=0CD_382_60__30f5726f1d10f8fc0d1e9dd2e1fc3a0f0bfe053b
Resolving edge2.pod.npr.org... 2600:9000:21dd:7a00:16:61a3:16c0:93a1, 2600:9000:21dd:1000:16:61a3:16c0:93a1, 2600:9000:21dd:7c00:16:61a3:16c0:93a1, ...
Connecting to edge2.pod.npr.org|2600:9000:21dd:7a00:16:61a3:16c0:93a1|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4473020 (4.3M) [audio/mpeg]
Saving to: ‘newscast080812.mp3’

newscast080812.mp3                                  100%[==================================>]  4.27M  625KB/s    in 8.4s   

2020-03-01 16:11:58 (523 KB/s) - ‘newscast080812.mp3’ saved [4473020/4473020]

The resulting audio file is the same.

Halftux 2020-03-01 16:05

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by nonsuch (Post 1565803)
Here's a podcast that fails to download

So here is what I did:
added feed
Code:

https://podcasts.files.bbci.co.uk/p02nq0gn.rss
Updating it and click on the *Topic Title*.
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

nonsuch 2020-03-03 07:43

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by Halftux (Post 1565820)
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.

Ah!
What I do:
  • long-tap the enclosure URL and choose “Download”
  • a pop-up asks me to enter a command but I just leave that empty and tap “Done”
For most podcasts this works as expected.

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:

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
Thanks for the new version!
Unfortunately no change to either example from my posts above.

Halftux 2020-03-03 11:32

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by nonsuch (Post 1565869)
It works for the first podcast (BBC news), but NOT for the 2nd (NPR news).

For me NPR news (03-03-2020 5AM ET) is working. Are you on cssu stable or testing?
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
Maybe I implement enclosure download with wget and will also look into region problem.
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.

nonsuch 2020-03-06 07:23

Re: cuteNews - RSS news and podcast aggregator
 
Quote:

Originally Posted by Halftux (Post 1565878)
For me NPR news (03-03-2020 5AM ET) is working.

Mystery partly solved!
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:

2020-03-06T09:09:49: PluginManager::getConfigForArticle(). No Plugin found for article https://play.podtrac.com/npr-500005/...t=pod&f=500005
2020-03-06T09:09:49: PluginManager::getConfigForEnclosure(). No Plugin found for enclosure https://play.podtrac.com/npr-500005/...t=pod&f=500005
2020-03-06T09:09:51: UrlOpenerModel::open(). URL: https://play.podtrac.com/npr-500005/...t=pod&f=500005, Command: /usr/bin/wget --ca-directory=/etc/certs/common-ca -q https://play.podtrac.com/npr-500005/...t=pod&f=500005 -O test.mp3
This is the urlopener:
Code:

[user:~/.config/cutenews] $> cat urlopeners
[urlopeners]
1\regExp=http(s|)://.+\\.mp3.+
1\command="/usr/bin/wget --ca-directory=/etc/certs/common-ca -q %u -O test.mp3"
size=0

Of course, the question remains: why don't URL-openers and custom download commands work?

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:
  Installed: 1:20100401-1.9.2-5.2+0m5+0cssu3
  Candidate: 1:20100401-1.9.2-5.2+0m5+0cssu3
libnss3:
  Installed: 1:20100401-1.9.2-5.2+0m5+0cssu3
  Candidate: 1:20100401-1.9.2-5.2+0m5+0cssu3


Thank you for continued interest in this!


All times are GMT. The time now is 11:50.

vBulletin® Version 3.8.8