Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

18 wiersze
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. }