Using feedrion plugin

Hi,i need clear a div with feeiron but it’s not cleared.What source code should I look at? Xml of feed, html of url feed or real url without rss

UrlFeed: http://feeds.weblogssl.com/xataka2
sample without rss: https://bit.ly/3Gu639E
In feediron testing tab with the url of one article works well.

"xataka.com|feeds.weblogssl.com\/xataka2": {
        "type": "xpath",
        "xpath": [
            "div[@class='article-content']"
        ],
        "cleanup": [
            "div[@class='desvio-container']"
        ]
    }

Thanks¡¡¡

Hi Feediron maintainer here,

I think what you are encountering is where one xpath doesn’t cover all article cases.

What exactly are you trying to achieve?

*Edit: I typically will use contains instead of @class= in case they mix and match

    "cleanup": [
        "div[contains(@class,'desvio-container')]"
    ]

Sorry for delay. I have seen that Readability plugin is checked. Disabled it and “cleanup” working well. The best plugin for ttrss, very useful.
Thanks¡¡¡¡