gebn / chandl

A lightweight tool for parsing and downloading 4chan threads.
MIT License
1 stars 0 forks source link

Accept a file of URLs #7

Open gebn opened 7 years ago

gebn commented 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.

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.