


Detailed explanation of how to obtain the absolute address of Youku videos_PHP tutorial
A while ago, I conducted a series of research on video sites in order to study KnLiveCommentary. Since KnLiveCommentary needs to be able to obtain sufficient video sources for testing, we selected Youku, a relatively large video website, for testing.
In fact, I started studying the resolution of absolute addresses to study Youku’s built-in player and remove advertisements. Later, we "decompiled" Youku's player using ASV6 (ActionScript Viewer 6), and achieved amazing results.
Youku videos adopt an encryption + dynamic acquisition method. The video address needs to be dynamically obtained by visiting the website, and the result needs to be decrypted and other operations.
$base_url = 'http://v.youku.com/player/getPlayList/ VideoIDS/'; //Get the base address of the video information
$_VIDEO_ID = $_GET['vid']; //Extract the Video Id from GET
if($_VIDEO_ID=='')
$_VIDEO_ID = 'XMjY0ODE1MDA0'; //I'm lazy, so I fixed one during testing
$ch = curl_init(); //Open the cURL object
curl_setopt($ch, CURLOPT_URL, $base_url . $ _VIDEO_ID); //Get the address of this video information
curl_setopt($ch, CURLOPT_HEADER, 1); //Require HEADER
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_REFERER, 'http://v.youku.com/v_show/id_' . $_VIDEO_ID); //Give a fake "REFERER"
curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); //Pass the current browser User Agent to the server
curl_setopt($ch, CURLOPT_NOBODY, 0);
$content = curl_exec($ch); //Execute! ! !
curl_close($ch); /*Analysis below*/
preg_match('~"seed"s*:s*(d+)s*,~iUs',$content,$seed);
preg_match('~{s*”(flv|mp4)”s*:s*”(.*)”s*}~iUs',$content,$encoded);
preg_match('~”key1″s *:s*”(.*)”s*,~iUs',$content,$key1);
preg_match('~”key2″s*:s*”(.*)”s*,~iUs ',$content,$key2);
//Extract necessary information from the returned JSON string seed, encoded_url, key1, key2
class decoder{
var $randomSeed = 0;
var $ cg_str="";
function __construct($seed){
$this->randomSeed = $seed;
}
function ran(){
$this->randomSeed = (($this->randomSeed * 211)+30031)%65536;
return ($this->randomSeed / 65536);// Calculate the new Seed based on the old Seed and return the proportional position of the Seed [0,1)
}
function cg_hun(){ //I guess this is called "CG mixing", anyway, the function of ASV solution is this name
$this->cg_str="";
$sttext = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ/:._-1234567890'; //Default string (maximum)
$len = strlen($sttext); //Get its length
for($i=0;$ i<$len;$i++){
$cuch = (int)($this->ran()*strlen($sttext)); //Get the character subscript of the string Seed proportional position
$this->cg_str.=$sttext[$cuch]; //Read out the letters
$sttext = str_replace($sttext[$cuch],”,$sttext); //Delete this read out Letters (stop at 0)
}
}
function decode($string){
$output=””;
$this->cg_hun();
$ expl = explode('*',$string); //Break up the string 1*23*34*45*56*
for($i=0;$i
}
return $output; //OK pull
}
function decode_key($key1,$key2){
$key = hexdec($key1); //Both Keys are HEX
$key = $key ^ -1520786011; //This turned out to be an 8-bit HEX, but I later used a calculator to calculate the value because it is convenient for PhP bit operations
return $key2 . dechex($key) ; //Synthesize the final Key
}
}//Decryption class, it is very convenient to use this $new = new decoder((int)$seed[1]);
$fileid = $new-> decode($encoded[2]);
$key = $new->decode_key($key1[1],$key2[1]);
//Feed the data and calculate//Address load Composition
$s7 = substr($fileid,10,strlen($fileid));
$s5 = substr($fileid,0,8);
$s6 = substr($fileid,6, 2);
//Open $s4 = '00';//Note that this is a HEX value, that is, 00 represents the first segment of the video, 01 the second 0f the fifteenth... and so on $ sid = time() . mt_rand(10,99) . '1000' . mt_rand(30,80) . '00';//Get a random SID and give it to the server (it will not be checked in fact)
$d_ADDR = 'http://f.youku.com/player/getFlvPath/sid/' . $sid . '_' . $s4 . '/st/' . $encoded[1] . '/fileid/' . $file_id ;
echo $d_ADDR . '?K=' . $key;
//Finally output the address
Please note that due to Youku’s replacement algorithm/format, the above method can no longer handle all situations. Let me describe the current process:
1. Visit http:/ /v.youku.com/player/getPlayList/VideoIDS/[ID]
2. Get the file and parse "streamfileids": {"flv":"encrypted address","mp4":"encrypted address"," Etc.":"Encrypted address"
3. Follow the above method to crack the encrypted address
4. Get the number of segments and K
{"mp4":[{"no":"0", "size":"18367795","seconds":"421","k":"281ff2875db680bb261c02ce"},{"no":"1","size":"19045091","seconds":"421", "k":"45398cdd4aa44968261c02ce"},
......
5. Synthesize the address, but the K of each segment uses the new K
obtained above

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Tomato Novel is a very popular novel reading software. We often have new novels and comics to read in Tomato Novel. Every novel and comic is very interesting. Many friends also want to write novels. Earn pocket money and edit the content of the novel you want to write into text. So how do we write the novel in it? My friends don’t know, so let’s go to this site together. Let’s take some time to look at an introduction to how to write a novel. Share the Tomato novel tutorial on how to write a novel. 1. First open the Tomato free novel app on your mobile phone and click on Personal Center - Writer Center. 2. Jump to the Tomato Writer Assistant page - click on Create a new book at the end of the novel.

Unfortunately, people often delete certain contacts accidentally for some reasons. WeChat is a widely used social software. To help users solve this problem, this article will introduce how to retrieve deleted contacts in a simple way. 1. Understand the WeChat contact deletion mechanism. This provides us with the possibility to retrieve deleted contacts. The contact deletion mechanism in WeChat removes them from the address book, but does not delete them completely. 2. Use WeChat’s built-in “Contact Book Recovery” function. WeChat provides “Contact Book Recovery” to save time and energy. Users can quickly retrieve previously deleted contacts through this function. 3. Enter the WeChat settings page and click the lower right corner, open the WeChat application "Me" and click the settings icon in the upper right corner to enter the settings page.

1. First open Weibo on your mobile phone and click [Me] in the lower right corner (as shown in the picture). 2. Then click [Gear] in the upper right corner to open settings (as shown in the picture). 3. Then find and open [General Settings] (as shown in the picture). 4. Then enter the [Video Follow] option (as shown in the picture). 5. Then open the [Video Upload Resolution] setting (as shown in the picture). 6. Finally, select [Original Image Quality] to avoid compression (as shown in the picture).

With the rise of short video platforms, Xiaohongshu has become a platform for many people to share their lives, express themselves, and gain traffic. On this platform, publishing video works is a very popular way of interaction. So, how to publish Xiaohongshu video works? 1. How to publish Xiaohongshu video works? First, make sure you have a video content ready to share. You can use your mobile phone or other camera equipment to shoot, but you need to pay attention to the image quality and sound clarity. 2. Edit the video: In order to make the work more attractive, you can edit the video. You can use professional video editing software, such as Douyin, Kuaishou, etc., to add filters, music, subtitles and other elements. 3. Choose a cover: The cover is the key to attracting users to click. Choose a clear and interesting picture as the cover to attract users to click on it.

Mobile games have become an integral part of people's lives with the development of technology. It has attracted the attention of many players with its cute dragon egg image and interesting hatching process, and one of the games that has attracted much attention is the mobile version of Dragon Egg. To help players better cultivate and grow their own dragons in the game, this article will introduce to you how to hatch dragon eggs in the mobile version. 1. Choose the appropriate type of dragon egg. Players need to carefully choose the type of dragon egg that they like and suit themselves, based on the different types of dragon egg attributes and abilities provided in the game. 2. Upgrade the level of the incubation machine. Players need to improve the level of the incubation machine by completing tasks and collecting props. The level of the incubation machine determines the hatching speed and hatching success rate. 3. Collect the resources required for hatching. Players need to be in the game

In today's society, mobile phones have become an indispensable part of our lives. As an important tool for our daily communication, work, and life, WeChat is often used. However, it may be necessary to separate two WeChat accounts when handling different transactions, which requires the mobile phone to support logging in to two WeChat accounts at the same time. As a well-known domestic brand, Huawei mobile phones are used by many people. So what is the method to open two WeChat accounts on Huawei mobile phones? Let’s reveal the secret of this method. First of all, you need to use two WeChat accounts at the same time on your Huawei mobile phone. The easiest way is to

Setting font size has become an important personalization requirement as mobile phones become an important tool in people's daily lives. In order to meet the needs of different users, this article will introduce how to improve the mobile phone use experience and adjust the font size of the mobile phone through simple operations. Why do you need to adjust the font size of your mobile phone - Adjusting the font size can make the text clearer and easier to read - Suitable for the reading needs of users of different ages - Convenient for users with poor vision to use the font size setting function of the mobile phone system - How to enter the system settings interface - In Find and enter the "Display" option in the settings interface - find the "Font Size" option and adjust it. Adjust the font size with a third-party application - download and install an application that supports font size adjustment - open the application and enter the relevant settings interface - according to the individual

With the popularity of Douyin, more and more people like to share their lives, talents and creativity on this platform. Douyin's 15-second limit makes many users feel that it is not enjoyable enough and hope to extend the video duration. So, how can you extend the video duration on Douyin? 1. Douyin 15 seconds is too short and I want to extend it. How can I extend it? 1. The most convenient way to shoot multiple videos and splice them is to record multiple 15-second videos, and then use the editing function of Douyin to combine them. When recording, make sure to leave some blank space at the beginning and end of each video for later splicing. The length of the spliced video can be several minutes, but this may cause the video screen to switch too frequently, affecting the viewing experience. 2. Use Douyin special effects and stickers Douyin provides a series of special effects
