ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.74k stars 10.07k forks source link

https://yt-dl.org site dont work #10402

Closed ghost closed 8 years ago

ghost commented 8 years ago

The site where *.exe are stored doesn't work: https://yt-dl.org/latest/youtube-dl.exe

Starsam80 commented 8 years ago

Downloads just fine for me, and could you clarify what "doesn't work"? Do any errors pop up?

dstftw commented 8 years ago

Uberspace has been under attack today. Currently everything seems to be working. Also *.exe is not stored on yt-dl.org.

ghost commented 8 years ago

The site keeps loading and then timeout (502)

ytdl_report

Starsam80 commented 8 years ago

Then try the github link: https://github.com/rg3/youtube-dl/releases/download/2016.08.19/youtube-dl.exe

ghost commented 8 years ago

The problem is i have a program that checks for YTDL updates in https://yt-dl.org/latest/youtube-dl.exe but, thanks anyway, in a few hours may work, @dstftw say Uberspace was under attack.

phihag commented 8 years ago

For what it's worth, yt-dl.org now works fine for me, both via IPv6 and IPv4.

yan12125 commented 8 years ago

Still unavailable from Taiwan:

$ ping 95.143.172.170
PING 95.143.172.170 (95.143.172.170) 56(84) bytes of data.
^C
--- 95.143.172.170 ping statistics ---
67 packets transmitted, 0 received, 100% packet loss, time 66008ms

$ curl -4 -v http://yt-dl.org/
*   Trying 95.143.172.170...
* connect to 95.143.172.170 port 80 failed: Connection timed out
* Failed to connect to yt-dl.org port 80: Connection timed out
* Closing connection 0
curl: (7) Failed to connect to yt-dl.org port 80: Connection timed out

$ curl -6 -v http://yt-dl.org/
*   Trying 2001:1a50:11:0:5f:8f:acaa:177...
* connect to 2001:1a50:11:0:5f:8f:acaa:177 port 80 failed: Connection timed out
* Failed to connect to yt-dl.org port 80: Connection timed out
* Closing connection 0
curl: (7) Failed to connect to yt-dl.org port 80: Connection timed out
Ivoz commented 8 years ago

Same from Australia and isup.me, still down

phihag commented 8 years ago

There is still a massive attack (24GBit/s) ongoing; as a workaround, traffic from outside Europe is being blackholed. We should look into CloudFlare in order to protect us against these kinds of DoS.

ghost commented 8 years ago

@phihag Thanks for the info 👍