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
All "enclosure" tags are not used from https://www.clubic.com/feed/news.rss :
For example : <enclosure url="https://pic.clubic.com/v1/images/1882727/raw" type="image/jpeg" length="0"/>
<enclosure url="https://pic.clubic.com/v1/images/1882727/raw" type="image/jpeg" length="0"/>
After the fix : #681
https://github.com/Ashinch/ReadYou/compare/746092103f2343f24e69669dbfa9e5d88ebe49d6..b98228bd0e03ce9e08b2d50cb577c8e62f76aec3
The regex works : https://regex101.com/r/FDuVwQ/1 Perhaps it's the attribut length=0 or the filename with no extension...
There are no picture with ReadYou v0.10.1. The picture is show with Feeder.
The text was updated successfully, but these errors were encountered:
This is because the of the feed is in the rss attribute, and the previous processing ignored them.
Sorry, something went wrong.
Ashinch
Successfully merging a pull request may close this issue.
All "enclosure" tags are not used from https://www.clubic.com/feed/news.rss :
For example :
<enclosure url="https://pic.clubic.com/v1/images/1882727/raw" type="image/jpeg" length="0"/>
After the fix :
#681
https://github.com/Ashinch/ReadYou/compare/746092103f2343f24e69669dbfa9e5d88ebe49d6..b98228bd0e03ce9e08b2d50cb577c8e62f76aec3
The regex works : https://regex101.com/r/FDuVwQ/1
Perhaps it's the attribut length=0 or the filename with no extension...
There are no picture with ReadYou v0.10.1.
The picture is show with Feeder.
The text was updated successfully, but these errors were encountered: