video_chat_get 0.2.1 → 0.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94f8d90857170ebe5524126c1c3c0d6d819eff1816d535ad0fd2156ee5d08c8e
4
- data.tar.gz: 344dc8d57be6c1124dd13a3cdb5bb6ebe85c2ee1060cdb7e48da41363353daeb
3
+ metadata.gz: 1d24c89a7bc748d5a23de25fd58d03da8259827b1382c69015f803b4c425f8bf
4
+ data.tar.gz: 85d8770b3c6c352ae8407eba30c93c6f5673f0562075eeb460cdb41f33a95ee5
5
5
  SHA512:
6
- metadata.gz: aaa5bc65908f18d7450093ff7304f5e01a45fcfe4d027b1110c226f27ff03f85607870691e44c5c94bea533dc5e958d8732bfae1c58a26e096687e2d77cebfb3
7
- data.tar.gz: 135ae6f0bc1ddff52b10e34c83f104cc0c82e3627eb0dda580dc78fa2da854fd9e657438d5fe7934843589c8142238668817d51a7beb064f27a5386b1aaab0fd
6
+ metadata.gz: 49b7c0c2afec807bef23ed178bae2b279bd46b21e1ba5da06aeb66aa0a19878c5380b43e7d039119014ffa85974d3b7d2fcc9087c96cb59f3d3fa6e843fe521d
7
+ data.tar.gz: 89e4b683ded3948d04adc959a60e29cc134913090c904eed91f6d54ff8031c5339dc13e87c49eae77fff61454a917f9607c99dc6534cf30d2c515718bfa1930f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- video_chat_get (0.2.1)
4
+ video_chat_get (0.2.2)
5
5
  httpclient (~> 2.8.3)
6
6
  json (~> 2.3.0)
7
7
  nokogiri (~> 1.10.9)
@@ -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("#movie_title_content").text
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
 
@@ -1,3 +1,3 @@
1
1
  module VideoChatGet
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -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 = ["tf0101sh@gmail.com"]
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.1
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: 2021-04-06 00:00:00.000000000 Z
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
- - tf0101sh@gmail.com
99
+ - tf0101_emaile
100
100
  executables:
101
101
  - videochatget
102
102
  extensions: []