Advertisement
Guest User

This is a title.

a guest
Jul 29th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Used this url: http://voices.yahoo.com/video/how-better-housekeeper-12537238.html?cat=6
  2.  
  3. Found this in Firefox Network Requests:
  4.  
  5. http://video.query.yahoo.com/v1/public/yql?q=SELECT * FROM yahoo.media.video.streams WHERE id="03b15df5-0c8e-3932-9651-6da2df95eb7e" AND format="mp4,flv,f4m" AND protocol="rtmp,http" AND rt="flash" AND plrs="Gi_RxaWhgXECOj6ukNwZbO" AND acctid="612" AND plidl="15749658" AND pspid="2143440281" AND offnetwork="false" AND site="" AND lang="en-US" AND region="US" AND override="none" AND plist="" AND hlspre="false" AND ssl="false" AND synd="";&env=prod&format=json&callback=YUI.Env.JSONP.yui_3_4_1_1_1406613170026_524
  6.  
  7. ... which dumps back a JSON file with rtmp links. However, if we send change protocol="rtmp,http" to just "http"
  8.  
  9. http://video.query.yahoo.com/v1/public/yql?q=SELECT * FROM yahoo.media.video.streams WHERE id="03b15df5-0c8e-3932-9651-6da2df95eb7e" AND format="mp4,flv,f4m" AND protocol="http" AND rt="flash" AND plrs="Gi_RxaWhgXECOj6ukNwZbO" AND acctid="612" AND plidl="15749658" AND pspid="2143440281" AND offnetwork="false" AND site="" AND lang="en-US" AND region="US" AND override="none" AND plist="" AND hlspre="false" AND ssl="false" AND synd="";&env=prod&format=json&callback=YUI.Env.JSONP.yui_3_4_1_1_1406613170026_524
  10.  
  11. you get a JSON file with http links(!) for different bitrates E.g.: http://c-2a88c13be1.a-howcast.i-447bcc81.http.atlas.cdn.yimg.com/howcast/lotus/42decdba-ad2e-4a18-bf98-c3a48b6c8bf5_21zmysq2LYbf1_11_0.mp4?b=16290&m=video%2fmp4&x=1407218814&s=8a3d9df5df3b6c88444c6c8d104aea15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement