video_chat_get 0.3.6.9 → 0.3.6.10

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: 8e8b7b496420ff0e0f7759bc0e890bc401c07d221a5bb9eeb6224dcf9f0c7412
4
- data.tar.gz: 3722c24c88213aa92c1a93137191228fc441dc2815207c406a9000008e0f2740
3
+ metadata.gz: 49243c89d4af8f625dc3d531299915c41adc07fef82aa4c6ddfc2286e36090fe
4
+ data.tar.gz: 6cd4332db4ee6d3e0c3677ed5015b7b5309deb3e7594a008e75ac37a0d17263e
5
5
  SHA512:
6
- metadata.gz: 8438b737d033dc41d9b9940608e674c0eef47a56b7bf2d1bb3e612ad40fcc2a5bf8b2527edf06daa657357dbc48ee52ce23b238340d0204facf237f76092a019
7
- data.tar.gz: 4955e2f45237d9deff2f7ca509f1094bc78bae74421dda9250350a49e5d205ae5f53d655b6db5aefd6798bf2870c8ceff934889dbfc37a67ddedfa8aeae1f150
6
+ metadata.gz: c5667d5aea2ec03bad506b0f7575784583d221de28390d76635f196db61f2afae54dabd606e7be372f842e66c61c90d3e96f1d62e79c4e71c640a917e94fba31
7
+ data.tar.gz: 2b8ccdbfd284c58ce0070232980d5ab09e57eca35c8a341a370adb1542c4d6d9a7e4f867f778aeb5c7d276476a028c7ca248f6f9276e298de1628f7ea690fd04
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- video_chat_get (0.3.6.9)
4
+ video_chat_get (0.3.6.10)
5
5
  httpclient (~> 2.8.3)
6
6
  json (~> 2.3.0)
7
7
  nokogiri (~> 1.10.9)
@@ -57,7 +57,7 @@ class Youtubelive_analyze<Video_analyze
57
57
 
58
58
  videoinfo["ch"]=common_hash.dig(1, "videoSecondaryInfoRenderer", "owner", "videoOwnerRenderer", "title", "runs", 0, "text")
59
59
  videoinfo["chid"]=common_hash.dig(1, "videoSecondaryInfoRenderer", "owner", "videoOwnerRenderer", "title", "runs", 0, "navigationEndpoint", "browseEndpoint", "browseId")
60
- videoinfo["title"]=common_hash.dig(0, "videoPrimaryInfoRenderer", "title", "runs", 0, "text")
60
+ videoinfo["title"]=common_hash.dig(0, "videoPrimaryInfoRenderer", "title", "runs")&.map { |run| run.dig("text") }&.join
61
61
  videoinfo["starttime"]=common_hash.dig(0, "videoPrimaryInfoRenderer", "dateText", "simpleText")
62
62
  videoinfo["endtime"]=common_hash.dig(0, "videoPrimaryInfoRenderer","relativeDateText","simpleText")
63
63
  videoinfo["videocount"]=common_hash.dig(0, "videoPrimaryInfoRenderer", "viewCount", "videoViewCountRenderer", "viewCount", "simpleText")
@@ -1,3 +1,3 @@
1
1
  module VideoChatGet
2
- VERSION = "0.3.6.9"
2
+ VERSION = "0.3.6.10"
3
3
  end
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.3.6.9
4
+ version: 0.3.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - tf0101
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-19 00:00:00.000000000 Z
11
+ date: 2024-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler