Created
September 27, 2018 12:28
-
-
Save astagi/68c12f9dadef63ac67136653f9d3741f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Ansa | |
generate_get_news 'homepage', 'http://www.ansa.it/sito/ansait_rss.xml' | |
generate_get_news 'news', 'http://www.ansa.it/sito/notizie/cronaca/cronaca_rss.xml' | |
generate_get_news 'politics', 'http://www.ansa.it/sito/notizie/politica/politica_rss.xml' | |
generate_get_news 'world', 'http://www.ansa.it/sito/notizie/mondo/mondo_rss.xml' | |
generate_get_news 'economy', 'http://www.ansa.it/sito/notizie/economia/economia_rss.xml' | |
generate_get_news 'soccer', 'http://www.ansa.it/sito/notizie/sport/calcio/calcio_rss.xml' | |
generate_get_news 'sport', 'http://www.ansa.it/sito/notizie/sport/sport_rss.xml' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment