Posts

Showing posts from January, 2017

Download Youtube Playlist And Videos Using Python

Image
In this post I'll show you how to download Youtube Playlist and Youtube Videos. You might be knowing there are various software's and tricks which allow us to download youtube videos and save them, one which I found was youtube-dl , you can download source code of it from youtube-dl.org . But I have written a Python (learn Python basics) script to download youtube videos at our convenience without relying on the third party software. Let's Start You might be knowing one trick, if we want to download youtube video without using software is to append "ss" before the youtube video link like ssyoutube.com/watch?v=videoID and then this will take you to savefrom.net and from there you can download the video easily. Now to download one video is an easy task, but suppose you want to download a complete playlist of say >50 videos is too much hectic. As you always have to open each video of that playlist and then edit the URL and download it using Savefr