> Only for practice, I want to built a video downloader web app, from a 
> specific website.
> Problem
>        first I have to download the video and then send to the user, it time 
> consuming I want to directly download at the user side, is it possible in 
> Django.

Is this possible, yes.  Take a look at youtube-dl, and other applications along 
that line.

Is it possible using Django,  Not as you describe. 

Django is a framework (tool set/tool chest) that simplifies and assists in the 
creation of web sites, and more so of database driven web sites.

Unless you are going to be having your users hosting web sites, Django isn’t 
going to be immediately helpful.

Now, you doing something Python driven, as I explained above, would be 
conceivable.

        - Benjamin



-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8A06F22E-7130-42A4-BACE-71C58BAE8A05%40schollnick.net.

Reply via email to