diff options
-rw-r--r-- | brasil/saopaulo/news.opml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/brasil/saopaulo/news.opml b/brasil/saopaulo/news.opml new file mode 100644 index 0000000..48273f6 --- /dev/null +++ b/brasil/saopaulo/news.opml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<opml version="1.0"> + <head> + <title>Sample OPML File</title> + </head> + <body> + <outline title="Brasil - São Paulo - Notícias"> + <outline type="rss" xmlUrl="http://spagora.com.br/feed/" htmlUrl="http://spagora.com.br" title="SP Agora"/> + <outline type="rss" xmlUrl="http://spressosp.com.br/feed/" htmlUrl="http://spressosp.com.br" title="SPressoSP"/> + </outline> + </body> +</opml> |