Open Abo5 opened 5 months ago
there issue in api bit.ly not working
require 'shorturl' long_url = "https://www.youtube.com/watch?v=B3Fbujmgo60" short_url = ShortURL.shorten(long_url, :bitly) puts "Original URL: #{long_url}" puts "Shortened URL: #{short_url}"
output :
Original URL: https://www.youtube.com/watch?v=B3Fbujmgo60 Shortened URL:
there issue in api bit.ly not working
output :