fc2video:Ruby宝石,可从http抓取视频信息

时间:2024-05-30 20:05:22
【文件属性】:

文件名称:fc2video:Ruby宝石,可从http抓取视频信息

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-30 20:05:22

Ruby

fc2video fc2video gem可用于管理视频。 您可以轻松抓取视频的元数据。 安装 将此行添加到您的应用程序的Gemfile中: gem 'fc2video' 然后执行: $ bundle 或将其自己安装为: $ gem install fc2video 用法 # scrape newest 100 general(not adult) videos videos = Fc2video :: Scraper . start ( :general , 100 , 0 ) videos . each do | video | video . title #=> return: 'a excellent movie' video . duration # format: 'mmm:ss' (not 'hh:mm:ss') #=> return: '117


【文件预览】:
fc2video-master
----.travis.yml(76B)
----bin()
--------console(333B)
--------setup(115B)
----Rakefile(117B)
----Gemfile(100B)
----.rspec(31B)
----spec()
--------fc2video_spec.rb(3KB)
--------spec_helper.rb(78B)
----.gitignore(87B)
----fc2video.gemspec(1KB)
----lib()
--------fc2video.rb(156B)
--------fc2video()
----README.md(2KB)

网友评论