1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ttrss_plugin-af_feedmod/mods/4player.de.json
d 5448bd752d Refactoring of init.php
- fetching is now done by a global function in fetch.php. This
  allows to use this functions in test/xpath.php for testing.
- besides of user configuration as explained in README.d json
  files from `mods` are now also loaded and used for fetching
  articles
- loading of json files is done only one time and not for each
  article to process
- test/xpath.php is now a script, which can be used to test a
  configuration from `mods`-directory

Added two mods for 4players and visions.de.

TODO: rewrite README.md
2014-05-15 12:42:56 +02:00

13 lines
341 B
JSON

{
"name": "4players.de",
"author": "boxdot",
"feed": "http://feeds.4players.de/Allgemein/news/-/rss.xml",
"match": "4players.de",
"config": {
"type": "xpath",
"xpath": "article",
"force_charset": "utf-8",
"cleanup": ["header", "footer", "div[contains(@class, 'social-facebook')]"]
}
}