Giter VIP home page Giter VIP logo

Comments (3)

radlerandi avatar radlerandi commented on July 25, 2024

vermutlich ist das Problem nicht spezifisch golem.de
Einige Links aus dem RSS-Feed vom Tagesspiegel verweisen zu tagesspiegel.de, die funktionieren. Bei den übrigen paar Links mit da.feedsportal.com, wo man dann tagesspiegel0Bde0C weiter hinten hat, wird auch kein Volltext geholt.

Was dieses aktivierbare Plugin "af_fsckportal - Remove feedsportal spamlinks from article content" überhaupt macht, würde mich auch mal interessieren. Habe noch keinen Unterschied in der Behandlung der betreffenden Feeds festgestellt.

from ttrss_plugin-af_feedmod.

nbartels avatar nbartels commented on July 25, 2024

Also ich nutze http://rss.golem.de/rss.php?feed=ATOM1.0 als Quelle für Golem und sehe da im link-tag nur URLs die mit http://www.golem.de beginnen. Darum habe ich auch statt golem0Bde0C einfach golem.de eingetragen (sonstige Konfiguration wie im Beispiel) und erhalte den gesamten Text. Optimal ist der zwar noch nicht, weil bspw die Bildergalerien "defekt" sind, aber insgesamt passt das schon. Und zumindest ist der Text vollständig 😄

from ttrss_plugin-af_feedmod.

radlerandi avatar radlerandi commented on July 25, 2024

hat sich inzwischern erledigt. mittlerweile hab ich auch multi pages. Auch ohne Bildergalerien, die klappen nicht.

   "golem.de": {
        "type": "xpath",
        "xpath": "article",
        "multipage": {
            "xpath": "ol/li/a[contains(@id, 'atoc_')]",
            "append": true
        },
        "reformat": [
            {
                "type": "replace",
                "search": "-rss.html",
                "replace": ".html"
            }
        ],
        "cleanup": [
            "a[@class='golem-gallery2-nojs']",
            "ol[@id='list-jtoc']",
            "table[@id='table-jtoc']",
            "div[@class='htmlinline']",
            "div[@class='iqadcenter']",
            "div[@id='iqadtile4']"
        ]
    }

from ttrss_plugin-af_feedmod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.