Skip to content
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

rss has no attribute 'href' #39

Closed
marianasignal opened this issue Dec 28, 2023 · 3 comments · Fixed by #40
Closed

rss has no attribute 'href' #39

marianasignal opened this issue Dec 28, 2023 · 3 comments · Fixed by #40
Assignees
Labels
bug 🐛 Something isn't working

Comments

@marianasignal
Copy link

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
Copy link
Owner

dplocki commented Jan 7, 2024

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 dplocki added the bug 🐛 Something isn't working label Jan 7, 2024
@dplocki dplocki linked a pull request Jan 7, 2024 that will close this issue
@dplocki
Copy link
Owner

dplocki commented Jan 7, 2024

Done, in version 0.6.2

@marianasignal
Copy link
Author

great job, thanks dplocki!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants