video_chat_get 0.3.6.3 → 0.3.6.4

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: 195b68bafdd9bcd0d5a07c27843452963369be19fcc62770d1a0ece40d3256b0
4
- data.tar.gz: c4e802d7201354f564fca6911dbacdaa68709b780d100fba6b9660586ef43d11
3
+ metadata.gz: 83418b0f926605a344db6ae3e0aa39ba74ab018d25de882fa901ace16159f871
4
+ data.tar.gz: f6b069aac3bee63994e3f82ef0c3152122cf00064e39c5dac4999957d5d66ec1
5
5
  SHA512:
6
- metadata.gz: 78097f5b892e961b7c42c2e9e6688935dadd6ea1f25903f9ec660b1cdc76bec7aa74535ad26d64a040ca6017a0a93b72ca2cbaa4ca270c2a4503d46870a0bd8f
7
- data.tar.gz: 6dcd715cdbad6a1f6a7f211d15b7164effb045a0beaea5c9ad83d93254ede49cc79369062605ae6d98730bb20a89ce8480668bb5f7758916c995280876e66968
6
+ metadata.gz: 52e74db9ecd2d52c6ae527a610d9eb2ed9efc21e678b658200bb0e2f70af331d7eaa653778a8225816601837f8d2311d92d4b854a51d68a6191320cc71ab63f3
7
+ data.tar.gz: c80d5d8599bdd73e229cc221ea1a935567193d4055b0ef53edc30e413aead5deb12f39b2ec2b5327bf3fe1273e42c4b84fcaa829cc78f7239539e03648944366
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- video_chat_get (0.3.6.3)
4
+ video_chat_get (0.3.6.4)
5
5
  httpclient (~> 2.8.3)
6
6
  json (~> 2.3.0)
7
7
  nokogiri (~> 1.10.9)
@@ -59,6 +59,7 @@ class Youtubelive_analyze<Video_analyze
59
59
  videoinfo["chid"]=common_hash.dig(1, "videoSecondaryInfoRenderer", "owner", "videoOwnerRenderer", "title", "runs", 0, "navigationEndpoint", "browseEndpoint", "browseId")
60
60
  videoinfo["title"]=common_hash.dig(0, "videoPrimaryInfoRenderer", "title", "runs", 0, "text")
61
61
  videoinfo["starttime"]=common_hash.dig(0, "videoPrimaryInfoRenderer", "dateText", "simpleText")
62
+ videoinfo["endtime"]=common_hash.dig(0, "videoPrimaryInfoRenderer","relativeDateText","simpleText")
62
63
  videoinfo["videocount"]=common_hash.dig(0, "videoPrimaryInfoRenderer", "viewCount", "videoViewCountRenderer", "viewCount", "simpleText")
63
64
  videoinfo["good"]=common_hash.dig(0, "videoPrimaryInfoRenderer", "videoActions", "menuRenderer", "topLevelButtons", 0, "segmentedLikeDislikeButtonViewModel", "likeButtonViewModel", "likeButtonViewModel", "toggleButtonViewModel", "toggleButtonViewModel", "defaultButtonViewModel", "buttonViewModel", "title")
64
65
  return videoinfo
@@ -1,3 +1,3 @@
1
1
  module VideoChatGet
2
- VERSION = "0.3.6.3"
2
+ VERSION = "0.3.6.4"
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.3
4
+ version: 0.3.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - tf0101
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-26 00:00:00.000000000 Z
11
+ date: 2024-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler