python-20 / video-downloader

A python application to download videos
GNU General Public License v3.0
9 stars 10 forks source link

Process the URL to download videos/pictures from different websites #10

Closed RyanSamman closed 4 years ago

RyanSamman commented 4 years ago

Process the URL to see if

  1. If the URL is from youtube
  2. The URL is valid and can be processed with our APIs
  3. Easier to introduce future support for multiple APIs Ex. of future support: Reddit, gifycat, imgur,
chonix commented 4 years ago

I have a few questions on this:

What are the thoughts over there?

RyanSamman commented 4 years ago

Definitely automagic

chonix commented 4 years ago

So, what about, when you open the app, you see the [YTVideo, YTPlaylist] tabs. (That's what we have for now) None of them are selected, and you immediately have a Text field for "Enter URL". Based on that, it'll detect what the hell you pasted there, and redirect you to the correct tab.

RyanSamman commented 4 years ago

Great idea! the question is who will write that code 😂

chonix commented 4 years ago

I can try once we have advanced a bit with playlist UI, how does that sound?