I'm not looking for a software or site to download youtube but for an opensource script in bash or any which is up todate as youtube often changes the download url.

I've found this but seems deprecated: http://linux.byexamples.com/archives/302/how-to-wget-flv-from-youtube/ http://www.daniweb.com/forums/thread104419.html

link|improve this question
This is akin to asking for help with Gmail or any other online service. superuser is for computer hardware and software questions only. This question is off topic as defined by the scope laid out in the FAQ. – Josh K Apr 4 '10 at 20:55
Doing what you're trying to do violates YouTube's Terms of Service. youtube.com/t/terms – Dennis Williamson Apr 4 '10 at 21:13
1  
@Dennis: We can now use inline links in the comments. – Josh K Apr 4 '10 at 21:23
@Dennis: Sometimes regulations in different jurisdictions allow that. – liori Apr 4 '10 at 22:15
@Dennis there are a tons of freewares and sites which do that and this thread superuser.com/questions/6675/… has not been closed, why this one is ? – asksuperuser Apr 5 '10 at 8:35
show 1 more comment
feedback

closed as off topic by Josh K, Dennis Williamson, ChrisF, random Apr 5 '10 at 2:11

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

youtube-dl. Requires Python.

link|improve this answer
feedback