yt
yt copied to clipboard
Removed dependency on the deprecated open-uri in Ruby 3
Relying on URI.open() instead
https://stackoverflow.com/a/65939036
Can this fix be released? My team have recently upgraded to Ruby 3 and our upload features are broken for external URLs. Thanks @kalemi19 for the patch!
Thank you!