Skip to content

[Improvement] Feed items with missing or empty description tag => proceed directly to link url (perhaps as user option in the settings) #8

@Wikinaut

Description

@Wikinaut

Some feeds have some (or all) items with no or empty description tag, or with a description tag with no relevant content.

I propose a new option (either globally or per feed), where users can determine that "Feed items with missing description directly show the landing page (link)".

Example:

http://www.berlin.de/polizei/presse-fahnung/_rss_presse.xml .

...
    <item>
        <title>Zusammenstoß mit Einsatzwagen</title>
        <description><![CDATA[]]></description>
       <link>https://www.berlin.de/polizei/polizeimeldungen/pressemitteilung.852957.php</link>
        <guid>/polizei/polizeimeldungen/pressemitteilung.852957.php</guid>
        <pubDate>Tue, 08 Oct 2019 14:24:00 +0200</pubDate>
    </item>
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions