SKincinerate / gotube

Automatically exported from code.google.com/p/gotube
0 stars 0 forks source link

hulu js #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem (site>keyword>video)?
1.the video wont load 
2.didnt understand the unescape part
3.click the video

What is the expected output? What do you see instead?

the video to load. loading screen
What version of the product are you using? On what operating system?

 gen d3
Please provide any additional information below.

.

Original issue reported on code.google.com by juelzwif...@gmail.com on 21 Dec 2010 at 7:20

Attachments:

GoogleCodeExporter commented 8 years ago
>escape get a string (example: "hello world")
and return the escaped for of the string ("hello%20world")
>unescape is the reverse process ("hello%20world" become "hello world")

in dailymotion, the url of the FLV are escaped, so i need to unescape the 
string to get the good url ;)

NB: you should't make a hulu script beacause that not a host (like YouTube 
DailyMotion)

Original comment by biscotte...@gmail.com on 21 Dec 2010 at 7:43

GoogleCodeExporter commented 8 years ago

Original comment by biscotte...@gmail.com on 6 Mar 2011 at 2:00