Check return status of wget
When downloading files through wget, the return status is now checked. If the command failed, a ConnectionError is raised, using stderr as message.
When downloading files through wget, the return status is now checked. If the command failed, a ConnectionError is raised, using stderr as message.