File name mismatch when using the Extract option #26#27
Merged
MikeMeliz merged 3 commits intoMikeMeliz:masterfrom Oct 23, 2024
Merged
File name mismatch when using the Extract option #26#27MikeMeliz merged 3 commits intoMikeMeliz:masterfrom
MikeMeliz merged 3 commits intoMikeMeliz:masterfrom
Conversation
|
MikeMeliz
approved these changes
Oct 23, 2024
Owner
MikeMeliz
left a comment
There was a problem hiding this comment.
Awesome! Works as expected on #26 issue's example:
python3 torcrawl.py -v -u http://www.github.com/ -c -d 2 -p 0 -e -w
Result:
@MikeMeliz ➜ /workspaces/TorCrawl.py (master) $ python3 torcrawl.py -v -u http://www.github.com/ -c -d 2 -p 0 -e -w
## Folder created: www.github.com
## Your IP: x.x.x.x
## URL: http://www.github.com/
## Crawler started from http://www.github.com/ with 2 depth crawl, and 0 second(s) delay.
## Step 1 completed with: 55 result(s)
## Step 2 completed with: 993 result(s)
## File created on /workspaces/TorCrawl.py/www.github.com/20241023_links.txt
# File created on: /workspaces/TorCrawl.py/www.github.com/code-search
# File created on: /workspaces/TorCrawl.py/www.github.com/issues
# File created on: /workspaces/TorCrawl.py/www.github.com/forks`
...
Owner
|
Thank you for taking the time to fix it @yeheshuah ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



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.
Types of changes
Checklist: