Do you hate it when a video has been deleted from your music playlist in Youtube? And you can't seem to find the title of the video?
With this python script you can constantly monitor your playlist and keep track of videos added and removed.
Steps:
- Create an Youtube-Api key: Python YouTube API Tutorial, Schafer
- Save the key as env variable: Environment Variables, Schafer
- Find your music playlist_id
- Run the script:
-
(better as a cron job)
python youtube_playlist.py
The scripts works with 3 txt files:
Video_Titles.txt
will keep the current video-titles that are on the youtube-playlistVideo_Titles_Removed.txt
will keep the video-titles that are removed from the playlistVideo_Titles_Added.txt
will keep the video-titles that are added to the playlist