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.

config.example.json 288 B

5 年之前
5 年之前
12345678910111213
  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. },
  8. {
  9. "source" : "https://another.newspaper.tld/rss",
  10. "destination": "another-newspaper.xml"
  11. }
  12. ]
  13. }