JOCHLSDownloader 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/JOCHLSDownloader.rb +5 -4
  2. metadata +1 -1
@@ -15,10 +15,11 @@ require 'uri'
15
15
  class CJOCHLSDownloader
16
16
 
17
17
  #Initialize CJOCHLSDownloader
18
- # @param url [String] the HLS source string
19
- # @param path [String] base path of all downloaded content
20
- # @param logfile [String] log file to save the logs (optional)
21
- # @param loglevel log level, could be Logger::FATAL, Logger::ERROR, Logger::WARN, Logger::INFO, Logger::DEBUG (optional)
18
+ # ==== Attributes
19
+ # * +url+ [String] the HLS source string
20
+ # * +path+ [String] base path of all downloaded content
21
+ # * +logfile+ [String] log file to save the logs (optional)
22
+ # * +loglevel+ log level, could be Logger::FATAL, Logger::ERROR, Logger::WARN, Logger::INFO, Logger::DEBUG (optional)
22
23
  def initialize(url, path, logfile = nil, loglevel = Logger::INFO)
23
24
 
24
25
  @sourceurl = URI(url)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: JOCHLSDownloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: