nullscreen / yt

The reliable YouTube API Ruby client
MIT License
738 stars 159 forks source link

Removed dependency on the deprecated open-uri in Ruby 3 #412

Closed kalemi19 closed 2 years ago

kalemi19 commented 2 years ago

Relying on URI.open() instead

https://stackoverflow.com/a/65939036

declantraynor commented 2 years ago

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!

kangkyu commented 2 years ago

Thank you!