65bd754d0c4c2b88569e199501be13c9a25bc28b
xsscrapy
From within the main folder run:
scrapy crawl xsscrapy -a url='http://something.com'
If you wish to login then crawl:
scrapy crawl xsscrapy -a url='http://something.com/login_page' -a login=username -a pw=secret_password
Output is stored in formatted-urls.txt.
Description
Languages
Python
98.5%
PHP
1.5%