We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" } }
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Done, in version 0.6.2
great job, thanks dplocki!
dplocki
Successfully merging a pull request may close this issue.
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"
}
}
The text was updated successfully, but these errors were encountered: