A small Python3 script to retrive info of a youtube playlist into a .txt
Iglo is a web scrapping program for Youtube. If Youtube's internal website structure change, the program may be deprecated and create empty file. If so, you will have to search where the informations of each song are stored. Good luck.
- Beautiful Soup 4 :
pip3 install bs4 - Request :
pip3 install requests
- Execute main.py
- Give the url of the youtube playlist
- Choose the format
- In the same directory, the file playlist.txt (who contains your playlist info) will be generated
- Enjoy
- Collect the name of the playlist
- An option to write directly in Google Sheets