2007/10/03 (水)
■ Plagger で ustream FLV ぶっこ抜き

Filter::FindEnclosures で ustream の flv のURLぶっこ抜きできるようになった。Yappo++ typester++
# ニコニコとかも FindEnclosuresと FetchEnclosure が分離できるといいんだけど、FLV ダウンロードするのにセッションが必要だからちょっと現状は難しいかな。
というわけで shibuya.pm タグのrecorded 動画の Videocast つくってみた。 http://shibuya.pm.org/ustream8.xml
plugins:
- module: Subscription::Config
config:
feed:
- url: http://www.ustream.tv/search/recorded/tag/shibuya.pm/newset_first/1
meta:
follow_xpath: //div[@class="item"]/h4/a
- url: http://www.ustream.tv/search/recorded/tag/shibuya.pm/newset_first/2
meta:
follow_xpath: //div[@class="item"]/h4/a
- url: http://www.ustream.tv/search/recorded/tag/shibuya.pm/newset_first/3
meta:
follow_xpath: //div[@class="item"]/h4/a
- module: CustomFeed::Simple
- module: Filter::FindEnclosures
- module: Filter::HEADEnclosureMetadata
- module: SmartFeed::All
config:
title: "Shibuya.pm Tech Talks #8 on ustream"
- module: Publish::Feed
rule:
expression: $args->{feed}->id eq 'smartfeed:all'
config:
format: RSS
dir: .
ページングはローテクに繰り返してるけど AutoPagerize と連携するとかっこいいかな。あと FLV ファイルの音声がなんかおかしくて VLC とかじゃ再生できないみたい。FLVPlayer ではできると情報あり。
コメント