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.

config.example.json 371 B

5 lat temu
5 lat temu
5 lat temu
1234567891011121314
  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. }