[go: up one dir, main page]

Skip to content

Bug: isPermaLink="false" gives error message

This feed fails:

python3 -m feed2exec add testfail  'http://wwwhome.cs.utwente.nl/~hiemstra/test/rsswithpermalink.xml' --output feed2exec.plugins.exec --args "echo {item.title} {item.description}"

The same feed without works fine:

python3 -m feed2exec add testok  'http://wwwhome.cs.utwente.nl/~hiemstra/test/rsswithoutpermalink.xml' --output feed2exec.plugins.exec --args "echo {item.title} {item.description}"