this post was submitted on 08 Jul 2024
4 points (100.0% liked)
Freedom in Mobile Computing
38 readers
1 users here now
/c/LibreMobile is a community for discussion of Free (Libre) Software in the mobile space, including Android and non-Android Linux-based OS’s.
Please don’t discuss, promote, advocate, advertise, or ask for help with proprietary software in this community. This includes using libre software with the purpose of enabling proprietary software (such as microG, Aurora Store, sandboxes, etc).
Proprietary apps are still proprietary even if they have no trackers or a nice-sounding privacy policy.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If Termux is an option then wget can do this.
wget -i <file>
reads a list of URLs from<file>
.wget -i -
reads a list of URLs from standard in.Note that Termux comes with a
wget
command from busybox that doesn't have this option, so you'd need the full GNU Wget which can be installed bypkg install wget