Are there any download managers on linux Gui/cli you can recommend? Or would you just write a bash script for it (basically to download multiple Hotlinks one by one) ?
I've actually done a root user proxy web server application with bash and nc, to this day it is the most secure piece of software known to man kind. It is securely deployed somewhere in my piles of dead drives.
Besides FTP, it also supports FTPS, HTTP, HTTPS, HFTP, FISH,
and SFTP. The program also supports FXP, allowing for data
transfers between two FTP servers bypassing the client machine.
A simple BitTorrent client is also included via the torrent command.
I'm looking for a way to view and solve captchas when using cli text browsers . Many filehost services force captcha solving before download access, making them unusable through text browsers
Comments
I have written some scripts for DMAX and such stuff.
Usally I use jDownloader.
Found uGet. Will check out jDownloader as wellm
Aria2 with some Gui
Downthemall from firefox. But I don’t know if it is ready for quantum yet or not
Yes, a bash script with nc.
I've actually done a root user proxy web server application with bash and nc, to this day it is the most secure piece of software known to man kind. It is securely deployed somewhere in my piles of dead drives.
wget -c -i links.txt
rerun as often as necessary until everything is fetched
I think this is what you need:
It just needs to be tweaked so cloudflare doesn't stop you from downloading LET.
PS: You'll also need --no-check-ceritificate for https.
axel
https://github.com/axel-download-accelerator/axel
you can : yum install axel
lftp is usable in scripts.
https://en.wikipedia.org/wiki/Lftp
aria2 https://aria2.github.io
support: http, ftp, torrent
you can use uGet for GUI, there is also web based UI
jdownloader on cli with webinterface
>
DownloadThemAll! is not ready for Firefox 57+. The developer is working on a DTA Lite web extension, but it's not ready yet.
Axel is really nice, and it has the ability to download files in multiple parts and resume interrupted downloads.
I keep connection counts and block based on User-Agent because of people like you.
I'm looking for a way to view and solve captchas when using cli text browsers . Many filehost services force captcha solving before download access, making them unusable through text browsers
wget & youtube-dl
use media inspector plugin on browser
>
Smart. Axel defaults to 4 connections, so it's generally not a problem.
The only time I really hammer a server is when it's a commercial entity. Then "-n 100"...
Hi, Try UGET , they support multi-threading download, pause/resume, queueing
apt-get install uget