Your download should start automatically in a few seconds... If it doesn't, please click here to start it manually.
function dlm_dp_change_downloading_page_delay( $seconds ) {
return 5; // change the delay to 5 seconds
}
add_filter( ‘dlm_dp_automated_start_seconds’, ‘dlm_dp_change_downloading_page_delay’ );