mirror of
https://github.com/mirror/jdownloader.git
synced 2024-11-27 14:00:39 +00:00
closes #4826
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@16504 ebf7c1c2-ba36-0410-9fe8-c592906822b4
This commit is contained in:
parent
7f9ddd6750
commit
8706aa8f00
@ -220,7 +220,7 @@ public class BadongoCom extends PluginForHost {
|
||||
downloadLink.setName(filename);
|
||||
}
|
||||
}
|
||||
dllink = Encoding.urlDecode(dllink, true);
|
||||
dllink = Encoding.urlDecode(dllink, false);
|
||||
dl = BrowserAdapter.openDownload(br, downloadLink, dllink, true, 1);
|
||||
}
|
||||
if (!dl.getConnection().isContentDisposition()) {
|
||||
|
Loading…
Reference in New Issue
Block a user