-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant pars rss feed #65
Comments
Same, issue with this rss feed: Tried with and without filters, nothing. |
@Bram-diederik my config: - date_format: '%a, %d %b %Y %H:%M:%S UTC%z'
exclusions: []
feed_url: https://www.omnycontent.com/d/playlist/56ccbbb7-0ff7-4482-9d99-a88800f49f6c/a49c87f6-d567-4189-8692-a8e2009eaf86/9fea2041-fccd-4fcf-8cec-a8e2009eeca2/podcast.rss
inclusions:
- title
- link
- published
- summary
local_time: false
name: anp_nieuws
platform: feedparser
scan_interval:
seconds: 3600
show_topn: 9999 Lovelace config: type: custom:list-card
entity: sensor.anp_nieuws
title: Test feed
feed_attribute: entries
columns:
- title: Title
field: title
style:
- white-space: wrap
add_link: link
- title: Summary
field: summary
- title: Published
field: published How it appears in Lovelace using list-card: If you click on the title, the browser starts downloading the podcast. I would be grateful if the community tried the beta releases before I release it. |
I have made a php script that direcly gets the latest news. I use that for
my automation.
Op vr 18 aug. 2023 11:56 schreef Ondřej Gajdušek ***@***.***>:
… @Bram-diederik <https://github.com/Bram-diederik>
I have slightly modified your config and I was able to parse the feed
using the latest beta release of the feedparser component.
my config:
- date_format: '%a, %d %b %Y %H:%M:%S UTC%z'
exclusions: []
feed_url: https://www.omnycontent.com/d/playlist/56ccbbb7-0ff7-4482-9d99-a88800f49f6c/a49c87f6-d567-4189-8692-a8e2009eaf86/9fea2041-fccd-4fcf-8cec-a8e2009eeca2/podcast.rss
inclusions:
- title
- link
- published
- summary
local_time: false
name: anp_nieuws
platform: feedparser
scan_interval:
seconds: 3600
show_topn: 9999
Lovelace config:
type: custom:list-cardentity: sensor.anp_nieuwstitle: Test feedfeed_attribute: entriescolumns:
- title: Title
field: title
style:
- white-space: wrap
add_link: link
- title: Summary
field: summary
- title: Published
field: published
The sensor in UI:
[image: image]
<https://user-images.githubusercontent.com/20440883/261559707-b42085db-d59f-4bf9-bfae-7006dad81834.png>
How it appears in Lovelace using list-card
<https://github.com/iantrich/list-card>:
[image: image]
<https://user-images.githubusercontent.com/20440883/261558743-c58a280f-fcda-4e01-be1a-77ed17f4fb80.png>
If you click on the title, the browser starts downloading the podcast.
I would be grateful if the community tried the beta releases before I
release it.
Could you please try installing the 0.2.0b4 release through HACS
<https://hacs.xyz/docs/faq/beta/> and let me know if it works for you?
—
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMYKLXLH5U4ZIHB6NBVDOQLXV434FANCNFSM6AAAAAARL2Y2NA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Aasikki configuration.yaml - date_format: '%a, %d %b %Y %H:%M:%S UTC%z'
exclusions: []
feed_url: https://kimmo.suominen.com/stuff/fingerpori.xml
inclusions:
- title
- link
- published
- summary
- image
local_time: false
name: kimmo_suominen_fingerpori
platform: feedparser
scan_interval:
seconds: 3600
show_topn: 9999 lovelace config: type: custom:list-card
entity: sensor.kimmo_suominen_fingerpori
title: Test feed
feed_attribute: entries
columns:
- title: Title
field: title
style:
- white-space: wrap
add_link: link
- title: ''
type: image
add_link: link
width: 500
height: null
field: image
- title: Published
field: published Screen shot from developer tools: Screen shot from Lovelace: |
I want the news podcast over my speakers but i cant parse the rss feed. Gives a empty result.
The text was updated successfully, but these errors were encountered: