youku_video_utility 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/youku_video_utility.rb +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2FiYzM3NmI4MTEwMmNlZWMyZDYyMTAzYWJjMjA5NTYwMmE0NmEzMg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZDhhZjQzZjBjZmU0MGZiMjY2MTNmMDY5ZWE5MTBhZDQ1Y2MyYzY0MQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTJhYTRlZTJlZmY0MjM4M2UzOGI3MGQ5MjgxMTdjYjA5Y2M4MGQ2MGMyZGM4
|
|
10
|
+
NTUxNDM5NWMwOWU0ZTk1NjM4MmY2N2VjN2Q3Nzc5YmQwZjhiOGJkOGQwNzI3
|
|
11
|
+
ZjEwOWNlYTVlNTlkOTU5MWQ4Y2ZhNzM4YjIzMTQ2MjNlY2M2YTY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YTZjMDQzMjI4MGFhYmE2NjA2ODE1NDQ2ODM5Y2I0ZjdlZjY1MDNkZjViODQy
|
|
14
|
+
YzkyYTIzMzRjNTc3NDA3Zjg0YjhjNGYzNmJiYTBiMWNkMDIwNzc3ZWY3MzAz
|
|
15
|
+
ZGJmOWY5MWU0MzEzNjRjYjQwNmI3YjIzOTYzMjc1ZjZkZmJkNTg=
|
data/lib/youku_video_utility.rb
CHANGED
|
@@ -54,7 +54,7 @@ class YoukuVideoUtility
|
|
|
54
54
|
extra_info.total_vv = json['showtotal_vv']
|
|
55
55
|
extra_info.total_episodes = json['episode_total']
|
|
56
56
|
extra_info.last_episode_index = json['episode_last']
|
|
57
|
-
extra_info.reputation = json['
|
|
57
|
+
extra_info.reputation = json['reputation']
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
def self.set_extra_information_for_video json, extra_info
|
|
@@ -70,7 +70,8 @@ class YoukuVideoUtility
|
|
|
70
70
|
:q => "showid:#{show_id}",
|
|
71
71
|
:fd => "showid pk_odshow showname showtotal_vv showcategory " +
|
|
72
72
|
" avg_rating showsubtitle show_thumburl show_vthumburl completed episode_total" +
|
|
73
|
-
" episode_last releasedate_youku lastepisode_videoid showdesc showlength"
|
|
73
|
+
" episode_last releasedate_youku lastepisode_videoid showdesc showlength" +
|
|
74
|
+
" reputation"
|
|
74
75
|
}
|
|
75
76
|
}
|
|
76
77
|
get_response_from_media_lib(url, query)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: youku_video_utility
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Siwei
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-12-
|
|
11
|
+
date: 2013-12-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: youku video utility
|
|
14
14
|
email: shensiwei@youku.com
|