SyncYoutube is a python script used to sync a youtube channel to your local i.e it downloads videos from all playlist of that channel to your local directory. YouTube's api has been used to fetch the required data.
Run the following commands in your terminal
git clone https://github.com/CodeMaxx/SyncYoutube.git
Copy the SyncYoutube.py
file to the directory you want to sync to the youtube channel.
- youtube-dl - a script to download youtube videos
Install instructions for youtube-dl -> Install youtube-dl
python SyncYoutube.py
Kumar Ayush - For the idea and mentoring