You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the thing is we don't want to compare the exact urls but just the root domains. Might have to use a regex for each value or have to parse the URL and takeout the root domains.
I spent quite a lot of time trying to figure out the way but couldn't. Actually, there is no way, I mean changing the regex would sometimes miss a lot of stuff(could be important).
What should we do then?
Once the URL.txt and path.txt is generated then run strings on the file. Simple.
Not sure if its the regex or what but we get loads of binary/unicode kind of characters in the file.
Also, there are loads of URLs pointing to websites like googleapi or w3school. We should keep it clean
The text was updated successfully, but these errors were encountered: