This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__version__ = (2, 0, 0) | |
# meta developer: @cofob | |
# requires: git+https://github.com/MarshalX/yandex-music-api@dev eyed3 | |
# meta desc: Module for downloading music from Yandex Music | |
import logging | |
import os | |
import eyed3 |