0
I’m trying to download straight from this link https://punchsub.zlx.com.br/download-vip/6262326895623150684821353451533450406/shingeki-no-kyojin-2-7-mp4
, even using the command wget --user=usuario --password=senha https://punchsub.zlx.com.br/download-vip/6262326895623150684821353451533450406/shingeki-no-kyojin-2-7-mp4
it simply keeps connecting infinity, but when bass by browser works perfectly.
tried with Curl? Curl -u user:password [url]
– lemoce
\When I use this way it returns
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.11.10</center>
</body>
</html>

– Lucas Caresia
On Ubuntu 16.04, wget worked, version 1.17.1. Curl 7.47.7 worked the way you described it. It means that the command stops when you receive 302. Using the Curl gets
curl -L -u usuario:senha url
. Using the wget, it stayswget --max-redirect 100 --user usuario --password senha url
– lemoce
It seems that your wget has some problem to treat the 1st redirect. You are redirected to
aliancaproject.com.br
and I’m redirected tovip-validation2.punchsub.net
– lemoce
@lemoce and what I can do when to that ??
– Lucas Caresia
good question. I could do a````sudo apt-get build-Dep wget`````and recompile wget in the newer version. I would try that. But it might be something from your DNS. You can try using google’s DNS (8.8.4.4). Note that you have several answers to your problem.
– lemoce
Returns
E: You must put some 'source' URIs in your sources.list

– Lucas Caresia
https://askubuntu.com/questions/496549/error-you-must-put-some-source-uris-in-your-sources-list
– lemoce
Let’s go continue this discussion in chat.
– Lucas Caresia