diff options
author | V.Krishn <vkrishn4@gmail.com> | 2021-11-27 05:45:17 +0530 |
---|---|---|
committer | V.Krishn <vkrishn4@gmail.com> | 2021-11-27 05:45:17 +0530 |
commit | dd32178e05ec28253739edf479d2522ae3836473 (patch) | |
tree | 6883b6841a82f6048e6492a4731c104d1fd597c7 | |
parent | f95cf0adda68de2e2c12dc430e33ced14ec45e71 (diff) | |
download | nbreader-dd32178e05ec28253739edf479d2522ae3836473.tar.bz2 |
update config/urls.sample
-rw-r--r-- | config/url/.url | 0 | ||||
-rw-r--r-- | config/url/sample | 3 | ||||
-rw-r--r-- | config/urls.sample | 4 |
3 files changed, 2 insertions, 5 deletions
diff --git a/config/url/.url b/config/url/.url new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/config/url/.url diff --git a/config/url/sample b/config/url/sample deleted file mode 100644 index 248be3c..0000000 --- a/config/url/sample +++ /dev/null @@ -1,3 +0,0 @@ -http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml "/news/bbc.co.uk" -# comment line -http://www.php.net/feed.atom "/dev/php" diff --git a/config/urls.sample b/config/urls.sample index 3ebbee8..24594b2 100644 --- a/config/urls.sample +++ b/config/urls.sample @@ -1,3 +1,3 @@ -http://feeds.bbci.co.uk/news/world/south_asia/rss.xml?edition=int "/news/bbc.co.uk" +http://feeds.bbci.co.uk/news/rss.xml?edition=int "/news/bbc.co.uk" # comment line -http://www.osnews.com/files/recent.rdf "/technology" +http://www.php.net/feed.atom "/dev/php" |