dvorak / metacritic-rss

Takes Metacritic's RSS feeds and produce a new feed that only includes items that have a score

metacritic-rss / config.yaml.example
100644 35 lines (34 sloc) 1.238 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
:destination: rss
:feeds:
:feeds:
  xbox360:
    :source: http://www.metacritic.com/rss/games/xbox360.xml
    :index: http://www.metacritic.com/games/xbox360/alpha/
    :self: http://feeds2.feedburner.com/metacritic_xbox360
  ds:
    :source: http://www.metacritic.com/rss/games/ds.xml
    :index: http://www.metacritic.com/games/ds/alpha
    :self: http://feeds2.feedburner.com/metacritic_ds
  ps3:
    :source: http://www.metacritic.com/rss/games/ps3.xml
    :index: http://www.metacritic.com/games/ps3/alpha
    :self: http://feeds2.feedburner.com/metacritic_ps3
  wii:
    :source: http://www.metacritic.com/rss/games/wii.xml
    :index: http://www.metacritic.com/games/wii/alpha
    :self: http://feeds2.feedburner.com/metacritic_wii
  pc:
    :source: http://www.metacritic.com/rss/games/pc.xml
    :index: http://www.metacritic.com/games/pc/alpha
    :self: http://feeds2.feedburner.com/metacritic_pc
  psp:
    :source: http://www.metacritic.com/rss/games/psp.xml
    :index: http://www.metacritic.com/games/psp/alpha
    :self: http://feeds2.feedburner.com/metacritic_psp
:database:
  :adapter: mysql
  :host: localhost
  :database: metacritic
  :username: root
  :password: ""
  :socket: /opt/local/var/run/mysql5/mysqld.sock