You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
importvauduid=1url='https://m.vk.com/mp3/audio_api_unavailable.mp3?extra=zuHdAgfLvxaXtd1W...CsDasdvv32yLjpy3yVBxrm#AqVYStC'decoded_url=vaud.decode(uid, url) # One track
importvaudmy_vk=MyVkClass() # Own class for vk.comcookies=my_vk.cookies# Get site cookies. dict()uid=my_vk.uid# User idaudio_parser=vaud.AlAudio(uid, cookies) # Your or another user UIDurls=audio_parser.main() [{'url': 'Encoded url', 'track': 'Track title', 'author': 'Author', 'id': 'VK Track id'}, ...]
urls=audio_parser.main(True) [('Encoded url', 'Track title', 'Author', 'VK Track id'), ...]
decoded_urls= [] # Look before examples