yt-dlp.rb 0.3.0 → 0.3.1

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: be659a834134c03a31293f8ec71064793948135cd10290c73cd4a34ca4e0bb4f
4
- data.tar.gz: 887269c8de379b14893702fedcf2883e84573e91f2571add6b417576734a81e0
3
+ metadata.gz: b93b5b1c935008fcdba5f37f507509d5f7c2146af82629da99c59d3b56d93070
4
+ data.tar.gz: 277839c1438eb810bde9fb86bf100e9cfe417a1ac0cb93b27625238eb84ccf59
5
5
  SHA512:
6
- metadata.gz: a0ba8bd1d182389fe6aed98374178749eb894b99582588e9f6783b25df0e4a7036150f61c3bf49bab57c12db3b4cb3be63f2759b49aaec7d7139aa693797edc2
7
- data.tar.gz: d6bb40fe2ec742dc57ed41751eafd4b1c7ed4d30ad83b3ef4db9b551687e341716013570329c2ea58f78c6e256517b5db7bc9d90e21e636f0bddf058cd1838e9
6
+ metadata.gz: d76ca86823257720c52975f805703da9bc27012354b9571fa5af293665697f54aa3082d6a0f5331b3863bac54da045daed07f6f9adea0bb14881d6327e62b356
7
+ data.tar.gz: ad2e5bde68e9856e0e96905527a62b0f92115d8a190f8329cb869271b9471a677964f04a24f5cdda53a9d13817bdfe327e882869841b234f0fbd6936eb5facee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.1] - 2024-04-01
4
+ ### Fix
5
+ - Use correct linux binary
6
+
3
7
  ## [0.3.0] - 2024-04-01
4
8
  ### Added
5
9
  - Upgraded yt-dlp binary to version "2024.03.10"
@@ -7,5 +7,5 @@
7
7
  module YtDlp
8
8
  # Semantic Version as well as the bundled binary version.
9
9
  # "(major).(minor).(teeny).(pre-release).(binary-version)"
10
- VERSION = '0.3.0'
10
+ VERSION = '0.3.1'
11
11
  end
data/vendor/bin/yt-dlp CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yt-dlp.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - andrepcg