Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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

share|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

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

Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

youtube-dl. Requires Python.

share|improve this answer