Скачать музыку, видео с vk.com (ВКонтакте) без использования внешних сервисов
< 脚本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.
登录以发表回复。
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: