Python script used to download RaiPlay Radio audio files
To use it you just need to run the Python script from the terminal with the correct arguments.
python3 main.py -l <link> -v
The "requirements.txt" file contains any Python dependencies. You can install them by running this command:
pip3 install -r requirements.txt
- Requests - HTTP library for Python.
- BeautifulSoup4 - HTML documents analysis.
- Argparse - Parser for command-line options.