Thread: [Solved] Vk.com Vkontakte.ru
View Single Post
  #2327  
Old 17.11.2016, 13:21
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

Quote:
Originally Posted by raztoki View Post
@ZenoN
Its supported at the individual document level '/doc[\d-]+_[\d-]+'.
log showed docs\d+ and we don't support that hence my previous response. I also explained why /docs doesn't work, not supported nor do I see us adding support to download ones own files out of profile.

going to your new log, and downloads, do you have multiple vk accounts enabled in account manager? because there is a check for html
Code:
        if (downloadLink.getDownloadURL().matches(VKontakteRuHoster.TYPE_DOCLINK)) {
            if (br.containsHTML("This document is available only to its owner\\.")) {
                throw new PluginException(LinkStatus.ERROR_FATAL, "This document is available only to its owner");
            }
Would it be possible to borrow your account, to test this more?

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 17.11.2016 at 13:25.
Reply With Quote