M
M
monkxw2016-05-22 23:20:07
ruby
monkxw, 2016-05-22 23:20:07

How to make a desktop application for searching videos from online services?

There was an idea to create an application that will do the following:
1. there is a line in which we enter the address of the resource, we connect to it
2. the search bar appears, enter the name.
our software crawls into the html code and looks for a link with a video there (here you can give some guidelines to help him, for example, etc.) 3.
if the right one is found, press the button and open it in your video player
Questions:
easiest to implement?
2. Please tell me some lessons to understand the very principle of how this is done (for example, how to get to the site with your software, etc.
) -then"?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AtomKrieg, 2016-05-22
@AtomKrieg

If you practice on cats, then for the tkinter interface.
For searches for video links python web scraping.
And for both information on the Internet the sea. Here is a tutorial where they look for links to media resources: https://youtu.be/52wxGESwQSA
For a beginner, it's ok.

D
D', 2016-05-23
@Denormalization

You can write in python.
To start, you can take https://github.com/chrippa/livestreamer/
See how it is made, dig around with the source.
On large video sites, there is protection against such things and it is not so easy to get a link to a video.
If there is absolutely 0 experience in programming, then IMHO this is too difficult a task.
Of course, for small serial sites it can and will work, but with any large site you will have to tinker a lot.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question