0.0
No commit activity in last 3 years
No release in over 3 years
Get audio info from Yandex Music
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

YandexMusic is a solution to get audio info from Yandex Music

Getting started

gem 'yandex_music'

Run the bundle command to install it.

Usage

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

Demo running on Heroku.

License

MIT License.