The application visits pages given in urls.txt
to find price of product and print to stdout
Node.js v20.15
npm i
npm run help
npm start -- -i some/path/urls.txt
npm start -- -f
Options:
-i, --include File contains bandcamp urls [string] [default:
"/home/user/bandcamp-price-crawler/urls.txt"]
-f, --free Show only free download albums [boolean] [default: false]
--help Show help [boolean]