You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
371 B

  1. {
  2. "assets_url" : "https://yourdomain.tld/some-url",
  3. "feeds" : [
  4. {
  5. "source" : "https://a.newspaper.tld/news.xml",
  6. "destination": "newspaper.xml",
  7. "exclude": ["10 most", "hate", "?!", "click", "horrific", "will shock you"]
  8. },
  9. {
  10. "source" : "https://another.newspaper.tld/rss",
  11. "destination": "another-newspaper.xml"
  12. }
  13. ]
  14. }