I'm writing a program that reads in a text file of artists and albums, and spits out Mediafire download links.
I want to take it a step further and actually have it download those links, but I don't know if there's a way to do that.
您可能想查看JDownloader - 它是一个开源 Java 应用程序,可以从许多主机下载,包括 Mediafire(我相信)。您可以使用它来下载链接,或者借用他们的 Mediafire 代码(假设它与您自己的应用程序的许可兼容)。