ytdl 0.0.1 → 0.1.0

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: 7ff16ab36991f68eb0ed450552918d2875c1b1d54c995d1dfe489975c3e263a0
4
- data.tar.gz: 949f1257581559b86ce257b65f4bf3f7a1e9bd8c3ce678f00c58e43b3e88961e
3
+ metadata.gz: 0532ee4d9074c5f229cde5c46b54fb5cf4c56778b0cf3fb29db287a5667d8ed9
4
+ data.tar.gz: 1293b717b48084b00252e043d41fb64ddc8117cad47bb57df3b6c849172b189e
5
5
  SHA512:
6
- metadata.gz: 3bb295a1865bbd86332f0c36e57cd27a13e116af371eb21177c837b765c07a0a9f2c2477028e15c5a77f69fbdfe538399ff48259cbe88a32ac013462068515a5
7
- data.tar.gz: 4fb9df0465aed1b3e8a96ffa4a6852dfad4fe3d393a58c04d4d475dd6b9fad24de6c57823732fd24faf349f3a9a61941b94d69d617c295875ccdf1ba81f10b7b
6
+ metadata.gz: ace693c5f7735a1a2f93e03ef42f2f6f2ef7c3f1e776c61f83525b43c2d79f576083012c7cea80954e6ed714fdbc06a83153aaef40163042625713edfe279bc5
7
+ data.tar.gz: 5c89894582123ce4212469d1f3825d48c28499fb44f5826b52f9b6f2460eff93196e8c113ad59d7a247f0ddaafc2c46e988689afd93c69b5edcf6d1fed0a8c47
@@ -90,7 +90,7 @@ module YoutubeDL
90
90
 
91
91
  def info_json_regex
92
92
  %r{
93
- \[info\] \s Writing \s video \s description \s metadata \s as \s JSON \s to: \s
93
+ \[info\] \s Writing \s video .*? \s metadata \s as \s JSON \s to: \s
94
94
  (?<info_json>.*)
95
95
  }x
96
96
  end
@@ -1,3 +1,3 @@
1
1
  module YoutubeDL
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ytdl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Hollmann
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-05 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-configurable