Browser Integration

XDM can be intgrated with any browser to capture downloads. This feature also enables XDM to grab videos from websites like Youtube, Metacafe etc.This section describes how to enable this feature.

If you depend on proxy server to connect to Internet please see instructions described later in this document.

Using Browser Integration with Proxy servers:
Create file proxy.pac in any directory with following contents:
function FindProxyForURL(url, host)
{
var proxy_yes = "PROXY 127.0.0.1:9614;[your-proxy-host:proxy-port];DIRECT;";
if(url.indexOf("http://")==0)return proxy_yes;
else return "[your-proxy-host:proxy-port];DIRECT;";
}
Open systems network settings and select auto proxy configuration option and specify the file created above.

NOTE: Always start XDM before starting your browser.
You may add XDM on System start-up.
Check 'Run XDM on start-up' from XDM's browser integration dialog.