A simple python script which takes in username of any youtuber and writes the video title along side its content(user-selected) into a text file.
python <filename>.py <username>
Output:
<username>.txt
Requirements:
- Selenium
- BeautifulSoup
- Chrome Browser (Installed)