URLs path extractor!

This script extracts all URLs paths from a specified file and creates a new file with the results. In addition, uses the 'sort -u' command to remove duplicates and removes paths with defined extensions.

Usage

python3 extractor.py FILE_NAME

Some ideas

  • Give the user the ability to decide which extensions to remove
  • Multiple files option