Skip to content

Instantly share code, notes, and snippets.

@astagi
Created September 27, 2018 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astagi/68c12f9dadef63ac67136653f9d3741f to your computer and use it in GitHub Desktop.
Save astagi/68c12f9dadef63ac67136653f9d3741f to your computer and use it in GitHub Desktop.
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