Skip to content

Instantly share code, notes, and snippets.

@niku
Created January 28, 2009 17:02
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/54055 to your computer and use it in GitHub Desktop.
Save niku/54055 to your computer and use it in GitHub Desktop.
- module: const_list
config:
- http://www.hokkaido-np.co.jp/cont/consa-burn/index_all.html
- module: Filter::get_html
- module: Filter::find_regex
config:
regex: http:\/\/www\.hokkaido-np\.co\.jp\/cont\/consa-burn\/\d+?\.html
- module: Filter::deduped
config:
path: /virtual/niku/pragger_makes/deduped/consa-burn
- module: Feed::custom_feed_item
config:
title: <div class="i-news-txt">\r\n<h2>(.+?)<span>
date: <div class="i-news-txt">\r\n<h2>.+?<span>((\d{4})\/(\d{2})\/(\d{2}))<\/span><\/h2>
description: <!-- 本文 -->\r\n<div class="i-news-txt">(.+?)<!-- i-news-txt --><\/div>
- module: concat
config:
- module: RSS::load
config:
url: http://sirase.ru/consadole/consa-burn.rdf
- module: head
config:
n: 20
- module: RSS::save
config:
title: 燃えろ!コンサドーレ 平川弘の通信簿(非公式RSS版)
about: http://sirase.ru/consadole/consa-burn.rdf
description: 燃えろ!コンサドーレ 平川弘の通信簿一覧(非公式RSS版)
link: http://www.hokkaido-np.co.jp/cont/consa-burn/index_all.html
filename: /virtual/niku/pragger_makes/rss/consadole/consa-burn.rdf
- module: const_list
config:
- http://www.consadole-sapporo.jp/news/diary.cgi
- module: Filter::get_html
- module: Filter::find_regex
config:
regex: http:\/\/www\.consadole-sapporo\.jp\/news\/diary\.cgi\?no=\d+
- module: Filter::deduped
config:
path: /virtual/niku/pragger_makes/deduped/consadole_news
- module: Feed::custom_feed_item
config:
title: <td class="title">(.*?)<\/td>
date: <td class="date".*?(\d{4})年(\d{2})月(\d{2})日.*?<\/td>
description: <td class="text"><p>(.*?)<\/p>\r\n<\/td>
- module: concat
config:
- module: RSS::load
config:
url: http://sirase.ru/consadole/news.rdf
- module: head
config:
n: 20
- module: RSS::save
config:
title: コンサドーレサッポロニュース(非公式RSS版)
about: http://sirase.ru/consadole/news.rdf
description: コンサドーレサッポロのニュース一覧(非公式RSS版)
link: http://www.consadole-sapporo.jp/news/diary.cgi
filename: /virtual/niku/pragger_makes/rss/consadole//news.rdf
- module: const_list
config:
- http://www.consadole-sapporo.jp/snews/diary.cgi
- module: Filter::get_html
- module: Filter::find_regex
config:
regex: http:\/\/www\.consadole-sapporo\.jp\/snews\/diary\.cgi\?no=\d+
- module: Filter::deduped
config:
path: /virtual/niku/pragger_makes/deduped/consadole_sponsor_news
- module: Feed::custom_feed_item
config:
title: <td class="title">(.*?)<\/td>
date: <td class="date".*?(\d{4})年(\d{2})月(\d{2})日.*?<\/td>
description: <td class="text"><p>(.*?)<\/p>\r\n<\/td>
- module: concat
config:
- module: RSS::load
config:
url: http://sirase.ru/consadole/snews.rdf
- module: head
config:
n: 20
- module: RSS::save
config:
title: コンサドーレサッポロスポンサーニュース(非公式RSS版)
about: http://sirase.ru/consadole/snews.rdf
description: コンサドーレサッポロのスポンサーニュース一覧(非公式RSS版)
link: http://www.consadole-sapporo.jp/snews/diary.cgi
filename: /virtual/niku/pragger_makes/rss/consadole/snews.rdf
- module: const_list
config:
- http://www.hokkaido-np.co.jp/news/consadole/
- module: Filter::get_html
- module: Filter::find_regex
config:
regex: http:\/\/www\.hokkaido-np\.co\.jp\/news\/consadole\/\d+?\.html
- module: Filter::deduped
config:
path: /virtual/niku/pragger_makes/deduped/forza_consadole
- module: Feed::custom_feed_item
config:
title: <title>(.+?)−北海道新聞(FORZA!コンサドーレ)<\/title>
date: <!-- FirstTime = (\d{4})\/(\d{2})\/(\d{2}) (\d{2}):(\d{2}) -->
description: <div class="i-news-txt">\r\n(.+?)\r\n<!-- i-news-txt --><\/div>
- module: concat
config:
- module: RSS::load
config:
url: http://sirase.ru/consadole/forza_consadole.rdf
- module: head
config:
n: 20
- module: RSS::save
config:
title: FORZA!CONSADOLE(非公式RSS版)
about: http://sirase.ru/consadole/forza_consadole.rdf
description: FORZA!CONSADOLE一覧(非公式RSS版)
link: http://www.hokkaido-np.co.jp/news/consadole/index.html
filename: /virtual/niku/pragger_makes/rss/consadole/forza_consadole.rdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment