dplocki / podcast-downloader

The Python script for downloading new mp3 from RSS given channels
GNU General Public License v3.0
115 stars 14 forks source link

rss has no attribute 'href' #39

Closed marianasignal closed 10 months ago

marianasignal commented 10 months ago

Describe the bug it' s not this project fault but the podcast rss fault, i wonder if there's a solution. the rss like ' https://feeds.audiomeans.fr/feed/88cf4afb-075f-42e2-b94b-3f3d4ed98f69.xml', download it and it will return: "AttributeError: object has no attribute 'href' "

To Reproduce Steps to reproduce the behavior: {"if_directory_empty": "download_all_from_feed", "podcasts": [ { "name": "test", "rss_link": "https://feeds.audiomeans.fr/feed/88cf4afb-075f-42e2-b94b-3f3d4ed98f69.xml", "path": "~/test" } } image

dplocki commented 10 months ago

Hi, sorry, for so late looking at this, I didn't notice the message. The problem is in the script, and it require a patch. Working on it

dplocki commented 10 months ago

Done, in version 0.6.2

marianasignal commented 10 months ago

great job, thanks dplocki!