Flym
Flym copied to clipboard
Bug with feeds
Hi, Flym new version has trouble checking out the feed from this website: http://www.minimachines.net/ Is it coming from the website? With the old version, no problem. Thanks!
Maybe the same bug, if not I can open another issue. Feeds from the page https://mediathekviewweb.de aren't shown or only the first feed entry is shown.
Feed adress example: https://mediathekviewweb.de/feed?query=!arte%20%23wissenschaft%20%2Bxenius
Also Another bug that doesn't occur on Flym v1 with feeds here: https://github.com/FredJul/Flym/issues/336
Didn't test with older versions but 2 sites that work with Feedly are not with Flym: "que choisir" and "journal du design" (both can be found through the search field in Flym) I should maybe open another issue for this?
Some feeds may include an empty content tag, in this case the description tag isn't used even if it contains some data. When selecting the text, could you not only check for the presence (null) of the content tag but also for its length? And if it is empty, use the description? (Examples: https://www.holidaypirates.com/feed or the French version https://www.voyagespirates.fr/feed )