Open gebn opened 7 years ago
As an alternative to specifying one URL after another on the command line (as in #4), accept a path to a file, similar to wget's -i option.
wget
-i
chandl urls.txt https://boards.4chan.org/wg/thread/6914291 urls2.txt
Use the scheme to differentiate between a URL and path argument. The first step would be to obtain a list of URLs from whatever input there is. Do after #4.
As an alternative to specifying one URL after another on the command line (as in #4), accept a path to a file, similar to
wget
's-i
option.Use the scheme to differentiate between a URL and path argument. The first step would be to obtain a list of URLs from whatever input there is. Do after #4.