TorCrawl.py
TorCrawl.py copied to clipboard
File name mismatch when using the Extract option #26
Description
Fixed file name (by adding the date) and a bit of refactoring.
Motivation and Context
File name mismatch when using the Extract option #26
How Has This Been Tested?
Tried to run command below.
python torcrawl.py -v -u https://pikvm.org -e -y t -c -d 2 -p 5
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.