The code of Baidu Video Thief is very simple. The program code is only 10K, and it uses regular rules to separate video data.
The difference and advantage compared to other thieves is that after obtaining the code, it does not directly replace it, but filters the video information, and finally achieves the effect of separating the code and the interface. People who can click ASP and are familiar with the page structure can easily apply it. Go to the interface you made yourself.
Program description:
The system settings are in Config.asp. You can set the site name, site path and whether the site is open. Two preset advertising slots are available, one below the search bar on the homepage (Index.js) and one on the right side of the search results (So.js).
The logo on the homepage is Logo.jpg in the Images folder, the small logo on the search page is Logo2.jpg, the width of the homepage LOGO should be controlled within 600 pixels, and the width of the search page LOGO should be controlled within 160 pixels. Most of the codes are commented. I believe It's easy to understand and just copy all the files to the directory.
Interface production instructions:
Mainly modify Index.asp and So.asp. Index.asp has no ASP execution code, as long as the name of the form object is kept consistent.
There are two places in So.asp that involve ASP, one is for outputting video content, and the other is for outputting page numbers. The former is a loop. If you use DIV, you can just use it directly. The latter can be used directly.
Other things are commented in So_Do.asp, so I won’t go into details here.
Erection method:
Copy directly to the directory and run Index.asp!
Version history:
v1.3 2008.11.25
Add video viewing page
v1.2 2008.11.20
Add video site and episode number query
Expand