video_chat_get 0.2.1 → 0.2.2
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 +1 -1
- data/lib/video_chat_get/version.rb +1 -1
- data/video_chat_get.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d24c89a7bc748d5a23de25fd58d03da8259827b1382c69015f803b4c425f8bf
|
4
|
+
data.tar.gz: 85d8770b3c6c352ae8407eba30c93c6f5673f0562075eeb460cdb41f33a95ee5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49b7c0c2afec807bef23ed178bae2b279bd46b21e1ba5da06aeb66aa0a19878c5380b43e7d039119014ffa85974d3b7d2fcc9087c96cb59f3d3fa6e843fe521d
|
7
|
+
data.tar.gz: 89e4b683ded3948d04adc959a60e29cc134913090c904eed91f6d54ff8031c5339dc13e87c49eae77fff61454a917f9607c99dc6534cf30d2c515718bfa1930f
|
data/Gemfile.lock
CHANGED
@@ -37,7 +37,7 @@ class Twitcasting_analyze<Video_analyze
|
|
37
37
|
|
38
38
|
videoinfo={}
|
39
39
|
videoinfo["user_name"]=@videoinfo_request_body.at_css(".tw-user-nav-name").text.strip
|
40
|
-
videoinfo["video_title"]=@videoinfo_request_body.at_css("
|
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
42
|
videoinfo["video_start_time"]=@videoinfo_request_body.at_css(".tw-player-meta__status_item > time")[:datetime]
|
43
43
|
|
data/video_chat_get.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "video_chat_get"
|
8
8
|
spec.version = VideoChatGet::VERSION
|
9
9
|
spec.authors = ["tf0101"]
|
10
|
-
spec.email = ["
|
10
|
+
spec.email = ["tf0101_emaile"]
|
11
11
|
|
12
12
|
spec.summary = %q{videochat scraping package}
|
13
13
|
spec.description = %q{videochat scraping}
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- tf0101
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -96,7 +96,7 @@ dependencies:
|
|
96
96
|
version: 1.10.9
|
97
97
|
description: videochat scraping
|
98
98
|
email:
|
99
|
-
-
|
99
|
+
- tf0101_emaile
|
100
100
|
executables:
|
101
101
|
- videochatget
|
102
102
|
extensions: []
|