Posts

Showing posts from February, 2016

Project Dumbledore - How to download YouTube Playlist on your system

Image
As, I was going through some great lectures available on YouTube, I thought of saving them all in a playlist and then downloading them all for offline viewing on my system. After googling for few minutes, I found this great command line program youtube-dl  to achieve this. It ticks all the right boxes - simple, open source, platform independent and python based. To install this on Ubuntu based systems, run the following command on your terminal: sudo apt-get install youtube-dl To download YouTube playlist, run the following command: youtube-dl -ctik   https://www.youtube.com/playlist?list=XXXXXX It has many other great features, be sure to explore them all. Though, I have found a problem that it downloads video and audio files separately and then combines them together in a single file leaving two extra files after each download which needs to be removed after the download is complete. I haven't looked into it to find the issue. If I find the solution, I will updat

Project Valentino - How to download Permanent Room Roommates Season 2 Episode 1 from TVFplay.com

Image
So, I was down with stomach bug and decided to spend my Valentine's Day morning watching the new episode of Permanent Roommates Season 2 on their website TVFplay.com . But sadly, they were not using Youtube Player embedded in their site (as they repeatedly proclaimed in their last videos about doing so) and my net speed is not that much to view it smoothly without any buffering or interruptions. So, I decided to download the video on my desktop for my viewing pleasure later on. First, I decided to inspect their webpage and found out that they were using brightcove player (and also that they are using angularjs. Thumbs up for that). So, after googling a bit, I found out that on following the given below steps, one can easily download videos off a brightcove player: 1. Open Google chrome and in address bar, enter chrome://plugins/ 2. Disable the Adobe Flash Player Plugin. 3.  Go to TVFPlay.com. Before starting the episode, click on your right mouse button. Go to Netwo

Project CleanSlate - Bash Script to Install Your Favorite Applications on Xubuntu

Image
So, I kinda crashed my HDD last weekend. But thankfully, I have had made a backup of all important data. But sadly, I haven't yet find a way to make a backup copy of my customized Linux OS with all my favorite and necessary apps and settings. But I got a brief flashback of the horror that I used to go through earlier while installing Ubuntu as shown below: But thanks to Xubuntu, I don't have to face such horrors again. Even though, my habit of experimenting and to resurrect the buried ghost of Windows led me to this: Thankfully, my sanity returned and I decided to install only Xubuntu on my system. Also, I decided to follow the principle of automating and wrote a bash script to install my following favorite (and must have) apps on my newly installed system: vim - Text Editor for all my programming tasks and scripting gedit - Another Text Editor Docky - Dock Application vlc - Media Player smplayer - Another Media Player Deluge - BitTorrent Client Clem