Vk Media Downloader

Download music, video from vk.com (Vkontakte) without any external service

< Feedback on Vk Media Downloader

Review: Good - script works

§
Posted: 2018-12-04
Edited: 2018-12-04

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;
EisenSteinAuthor
§
Posted: 2018-12-04

Added, see v1.1.7 Thanks for your report.

Post reply

Sign in to post a reply.