YandexMusic is a solution to get audio info from Yandex Music
gem 'yandex_music'
Run the bundle command to install it.
audio = YandexMusic.new('https://music.yandex.ru/album/3113802/track/13301302')
# audio.track_id => 13301302
# audio.embed_code => <iframe src="https://music.yandex.ru/iframe/#track/13301302" frameborder="0" width="100%" height="100" style="border:none;width:100%;height:100px;"></iframe>
Demo running on Heroku.
MIT License.