Скачать музыку, видео с vk.com (ВКонтакте) без использования внешних сервисов
< Feedback on Vk Media Downloader
Does not add Remix name to filename; patch inside
Hi, thank you for this script. Current version does not save the Remix name (if present) of Audio files. This can be easily fixed.
Line 711 currently reads:
__textarea__.innerHTML = a[k];
Replace this with:
var encoded = a[k]; if ( k == 3 && a[16] != '' ) encoded += ' (' + a[16] + ')' __textarea__.innerHTML = encoded;
Added, see v1.1.7 Thanks for your report.
Sign in to post a reply.
Does not add Remix name to filename; patch inside
Hi, thank you for this script. Current version does not save the Remix name (if present) of Audio files. This can be easily fixed.
Line 711 currently reads:
Replace this with: