video_chat_get 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/site_list/twitcasting_analyze.rb +2 -2
- data/lib/video_chat_get/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f742a50cefadcf590f21ab2246937d79f9329f0148cde5465e44d4709c2b764c
|
4
|
+
data.tar.gz: 5a60651594271a7bf352113d84669067e1b3430f32b2aac1ee263a5945c2b07f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d734cae4cf271edfb9b92f5f66f05815a4543f7615f751f217e670b07aa748f76bfc6ca6a67b04dc571879f5fba445f65ba6a617fa13d8e923b5989388debb69
|
7
|
+
data.tar.gz: b1d81f6d0bfe9c2d24e158498833ee803f91750e48168adeef93f022c3c6ad7044f33522808954d5866f771cf78872b1aed0a82dd3a9e93daa614030e94ee28e
|
data/Gemfile.lock
CHANGED
@@ -39,13 +39,13 @@ class Twitcasting_analyze<Video_analyze
|
|
39
39
|
videoinfo["user_name"]=@videoinfo_request_body.at_css(".tw-user-nav-name").text.strip
|
40
40
|
videoinfo["video_title"]=@videoinfo_request_body.at_css(".tw-player-page__title-editor-value").text
|
41
41
|
videoinfo["video_time"]=@videoinfo_request_body.at_css(".tw-player-duration-time").text.strip
|
42
|
-
videoinfo["video_start_time"]=@videoinfo_request_body.at_css(".tw-player-meta__status_item > time")
|
42
|
+
videoinfo["video_start_time"]=@videoinfo_request_body.at_css(".tw-player-meta__status_item > time").attribute('datetime').text
|
43
43
|
|
44
44
|
videoinfo_polymer=@videoinfo_request_body.css(".tw-player-meta__status").css(".tw-player-meta__status_item")
|
45
45
|
i=0
|
46
46
|
videoinfo_polymer.each do |fact|
|
47
47
|
if i==1 then
|
48
|
-
videoinfo["total_view"]=fact.text.
|
48
|
+
videoinfo["total_view"]=fact.attribute('aria-label').text.split(":",2)[1].strip
|
49
49
|
return videoinfo
|
50
50
|
end
|
51
51
|
i+=1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: video_chat_get
|
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
|
- tf0101
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|