YOUTUBE DOWNLOAD

// ==UserScript== // @name Download ANY Video from YouTube // @namespace http://userscripts.org./users/43801 // @description adds a link to download flv from You Tube // @source http://userscripts.org/scripts/show/21774 // @identifier http://userscripts.org./scripts/source/21774.user.js // @version 5 // @date 2009-09-04 // @creator ariboo <@gmail.com> // @include *youtube.com/*v=* // ==/UserScript== var download_url = 'http://www.youtubeloader.com/link.php?link=http://www.youtube.com/watch?v='; var playerDiv = document.getElementById('movie_player'); var flashvars = document.evaluate("attribute::flashvars", playerDiv, null, XPathResult.STRING_TYPE, null).stringValue; var video_id = flashvars.match(/video_id=([^(\&|$)]*)/)[1]; var video_url = download_url + video_id; function getEl(w){ return document.getElementById(w); } autoupdate(); desc = getEl("watch-views-div"); descP = desc.parentNode; dv = document.createElement("a"); dv.innerHTML=" Download MP4 "; dv.setAttribute("rel", "nofollow"); dv.setAttribute("class", "actionLink"); dv.href=video_url; descP.insertBefore(dv, desc); function autoupdate() { var day = GM_getValue('day'); if(day == undefined){ GM_setValue('day',new Date().getDay()); }else{ if(day != new Date().getDay()){ GM_xmlhttpRequest({ method:"GET", url:'http://userscripts.org/scripts/review/21774?format=txt', onload:function(result) { if (result.responseText.indexOf('@version 4') == -1) { var div = document.createElement("div"); div.setAttribute("style", "background-color: #00FF00;"); div.appendChild(document.createTextNode('There is a new version of the "Download ANY Video from YouTube" userscript.')); div.appendChild(document.createElement("br")); var a1 = document.createElement("a"); a1.setAttribute("href", "http://userscripts.org/scripts/source/21774.user.js"); a1.appendChild(document.createTextNode('Click here to install the script update')); div.appendChild(a1); document.body.insertBefore(div, document.body.firstChild); GM_setValue('version',version + 1); } } }); GM_setValue('day',new Date().getDay()); }else{ } } }

Sunday, May 31, 2009

Ezhuthachan

Thunchaththu Ezhuthachan was born in the 16th century. The birth place of Ezhuthachan is now known as Thunjan Prambu sources state that he was born into a Chakkala Nair (low subcast among Nairs) family, held low among Savarna hindu caste system of Kerala among the Nair. Some apocryphal legends have that Ezhuthachan's father was a Namboothiri . A few sources claim that he was of the Ezhuthachan (sometimes called Kadupattan) caste. Dr A.C. Burnell, a noted indologist, had categorically stated that Thunchaththu Ezhuthachan belongs to Ezhuthachan Caste only. He had stated this when he edited an article written by another important scholar F W Ellis when he published that article in "Indian Antiquery " in 1878 after the death of linguist F W Ellis. In that path breaking article F.W. Ellis articulated the evolution of Malayalam ("Malayanma") and other south indian languages.


WORKS
  • Ganapatistavam
  • Devi Mahatmayam
  • Kerala Natakam
Various census reports {Census reports of erstwhile Madras presidency- Census reports erstwhile princely states of Cochin and Travoncore were also included in that) from 1870 onwards- Ezhuthachan Caste was shown as low caste sudra caste.

No comments:

Post a Comment