Skip to content

Instantly share code, notes, and snippets.

@niku
Created February 25, 2009 15:40
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 niku/70225 to your computer and use it in GitHub Desktop.
Save niku/70225 to your computer and use it in GitHub Desktop.
- module: const_list
config:
- http://hochi.yomiuri.co.jp/soccer/jleague/
- module: Filter::get_html
- module: Filter::find_regex
config:
regex: <a href="\/soccer\/jleague\/news\/.+?\.htm">.+?…札幌<\/a>
- module: Filter::subs
config:
regex: <a href="(\/soccer\/jleague\/news\/.+?\.htm)">.+?…札幌<\/a>
to: http://hochi.yomiuri.co.jp/\1
- module: Filter::deduped
config:
path: /virtual/niku/pragger_makes/deduped/hochi_consadole
- module: Feed::custom_feed_item
config:
title: <h1>(.+?)<\/h1>
date: <span class="time">((\d{4})年(\d\d?)月(\d\d?)日(\d\d?)時(\d\d?)分&nbsp;&nbsp;スポーツ報知)<\/span>
description: <div id="NWrelart:Body">\n(.+?)\n<\/div>\n<!-- ▲▲▲フレッシュアイペディア▲▲▲ -->
- module: concat
config:
- module: RSS::load
config:
url: http://sirase.ru/consadole/hochi_consadole.rdf
- module: head
config:
n: 20
- module: RSS::save
config:
title: スポーツ報知_コンサドーレ札幌関連ニュース(非公式RSS版)
about: http://sirase.ru/consadole/hochi_consadole.rdf
description: スポーツ報知のコンサドーレ札幌関連ニュース一覧(非公式RSS版)
link: http://hochi.yomiuri.co.jp/soccer/jleague/index.htm
filename: /virtual/niku/pragger_makes/rss/consadole/hochi_consadole.rdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment