我有一个名为的数组,pdf_links
其中包含 Mechanize gem 收集的 PDF 文件的链接。
http://site/file1.pdf http://site/file2.pdf http://site/file3.pdf http://site/file4.pdf http://site/file5.pdf http://site/file6.pdf http://site/file7.pdf
我需要将所有 PDF 文件保存到我的目录中。
用 Ruby 做这件事的最好方法是什么?
我尝试使用 *nix 字符串执行此操作,但收到错误消息:
pdf_links.each 做 |d| 系统 %x{ wget #{d} } 结尾