This python script can be used to scrape all one piece episodes using the CLI
Python3 is needed to run the script
Install python3 using the following Link
- Once python is installed, install pip using the steps in this Link
- Install requests module using pip
$ pip install requests
- Install BeautifulSoup using pip
$ pip install beautifulsoup4
- Installing TQDM
pip install tqdm
Simply run the script using python
$ python ./one_piece_scraper.py