This script automate extracting URLs from any .txt
file content based on regex expression then exporting the extracted urls in .txt
output file separated by line separator.
- Sample input available in
sample/sample_text_file.txt
- Sample output available in
sample/sample_text_file_links.txt
pip install requirements.txt
python links_extractor.py file_name.txt