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.
 
 

18 lines
495 B

  1. {
  2. "assets_url" : "https://yourdomain.tld/some-url",
  3. "request_headers": {
  4. "user-agent" : "Mozilla/5.0 (compatible; Feedcake/0.1 friendly, non-profit newsfeed bot)"
  5. },
  6. "feeds" : [
  7. {
  8. "source" : "https://a.newspaper.tld/news.xml",
  9. "destination": "newspaper.xml",
  10. "exclude": ["10 most", "hate", "?!", "click", "horrific", "will shock you"]
  11. },
  12. {
  13. "source" : "https://another.newspaper.tld/rss",
  14. "destination": "another-newspaper.xml"
  15. }
  16. ]
  17. }