25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

15 satır
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. }