aria2 / aria2

aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
https://aria2.github.io/
GNU General Public License v2.0
35.6k stars 3.59k forks source link

Download failed #1922

Open corxcv opened 2 years ago

corxcv commented 2 years ago

errorCode=22 The response status is not successful. status=400

from windows

aria2c https://s02.eplayvid.net/vids/sonic.the.hedgehog.2.2022.720p.hdcam-c1nem4___625739d1b3023.mp4

in case link expired go to https://123movies.net/watch/RGbgAPzd-sonic-the-hedgehog-2.html and get download link using idm. by the way idm will download it but not aria2c.

garoto commented 2 years ago

Server checks for a Referer http header: use --referer=*

corxcv commented 2 years ago

thank you