After watching the video back to download the video, each login to download is acceptable, but sometimes it is not acceptable because you want me to install a specific downloader.
Then think: Since I watched the video, that is to say that the data is definitely going through my browser, since after my browser why I do not try to intercept the data. -----------
---Continue to think: why do I have to open the browser, it should be as long as there is a connection on it.
Then open the browser, I look at all post and get after opening the video, see that there is a GET request will get . flv Video files , I will open these files, indeed the entire video file.
That is to say, I just need to integrate this data, that is, I just open the browser, waiting for the progress bar to read the past and the data will naturally be loaded. The next thing I need to do is download the data and get a complete video!
There are two implementation questions to consider:
1. I want to download the full. flv file, saying that I can actually forge the request because all the fragments of the video file should not be sequential to deal with it well. Of course, if it's not a continuous pit,
2. I need to export these. flv files from the destination folder
3. I need to integrate these. flv files and transcode----transcoding In fact it is not necessary, say if all the video fragments in a player can generally play a continuous
I first find the software that can merge the. flv file, and then found that the original mouse to provide such software, and then through the site found that the function of the mouse is probably the principle of this.
yj-14-12-04