Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@keating
keating /gist:2881867
CreatedJune 6, 2012 13:30— forked fromsamqiu/railscasts.rb
download railscast video
#!/usr/bin/ruby
require'rss'
p'Downloading rss index'
rss_string=open('http://feeds.feedburner.com/railscasts').read
rss=RSS::Parser.parse(rss_string,false)
videos_urls=rss.items.map{ |it|it.enclosure.url}.reverse
videos_filenames=videos_urls.map{|url|url.split('/').last}

[8]ページ先頭

©2009-2025 Movatter.jp