VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Interlaced Static friki's Avatar
    Join Date
    Jan 2013
    Location
    Guadalajara, Jalisco, Mexico
    Search Comp PM
    I'm sure I am missing something obvious; I tried search for a similar solution here but I guess I am not searching for the correct terminology. Most of the online videos I capture/download are quite straight forward but it seems "Scripps Networks" has thrown me a curve. So, here is the video I am trying to download:

    Code:
    http://www.diynetwork.com/diy/video/player/0,1000643,DIY_33170_9041_61584-90970,00.html
    I have found, via Firefox Web Developer Web Console, that there are two different sets of URLs that seem to point to the video (to me, they don't look like the typical manifest): only one with JS-1.4.1-D52A and many that contain FAS-2.0.2-AS3. I imagine that the previous contains what I am looking for but I am at a loss (it also contains a reference to 1920x1080 so that would be nice). As one would expect, livestreamer wasn't able to make anything of these URLs.

    Here is what I have dug-out so far:

    JS-1.4.1-D52A:
    Code:
    http://sa.diynetwork.com/b/ss/scrippsdiynew/1/JS-1.4.1-D52A/s85676631118338?AQB=1&ndh=1&pf=1&t=21%2F2%2F2015%2019%3A2%3A5%206%20300&D=D%3D&mid=46564631891150227151530662788017987505&aamlh=9&ce=UTF-8&ns=ewscripps&pageName=%2Fdiy%2Fvideo%2Fplayer%2F0%2C1000643%2Cdiy_33170_9041_61584-90970%2C00.html&g=http%3A%2F%2Fwww.diynetwork.com%2Fdiy%2Fvideo%2Fplayer%2F0%2C1000643%2CDIY_33170_9041_61584-90970%2C00.html&r=http%3A%2F%2Fwww.diynetwork.com%2Fdiy%2Fvideo%2Fplayer%2F0%2C1000643%2CDIY_33170_9041_44481-64751%2C00.html&cc=USD&pid=%2Fdiy%2Fvideo%2Fplayer%2F0%2C1000643%2Cdiy_33170_9041_44481-64751%2C00.html&pidt=1&oid=http%3A%2F%2Fwww.diynetwork.com%2Fdiy%2Fvideo%2Fplayer%2F0%2C1000643%2CDIY_33170_9041_61584-90970%2C00.html&ot=A&ch=video&server=D%3DUser-Agent&events=event1&aamb=NRX38WO0n5BH8Th-nqAG_A&c1=the%20vanilla%20ice%20project&c5=player&c6=DIY%20The%20Vanilla%20Ice%20Project%20-%20Episode&c7=SHOW_THE_VANILLA_ICE_PROJECT&c8=VIDEO%2CDIY&c9=DIY-PLAYER-9041-61584-90970-1&c10=player&c11=show&c13=New&c28=D%3Dg&c33=Sat-8P&c34=56%7C17&c35=player%20%7C%20%2Fdiy%2Fvideo%2Fplayer%2F0%2C1000643%2Cdiy_33170_9041_44481-64751%2C00.html&c38=%2Fdiy%2Fvideo%2Fplayer%2F0%2C1000643%2Cdiy_33170_9041_61584-90970%2C00.html&c40=HOME_IMPROVEMENT&c44=DICH&c45=UP_FEED&c46=UP_FEED&c47=UP_FEED-SHOW_THE_VANILLA_ICE_PROJECT&v49=UP_FEED&c53=DIY&c54=DIY%3Avideo&c55=DIY%3Avideo%3Aplayer&c56=DIY%3ASHOW_THE_VANILLA_ICE_PROJECT&c57=DIY%3ADIY%20The%20Vanilla%20Ice%20Project%20-%20Episode&c58=22761%7Cshow_the_vanilla_ice_project&c62=DTM%20DIY%2020150225&c75=Logged%20Out&s=1920x1080&c=24&j=1.8.5&v=Y&k=Y&bw=1283&bh=657&AQE=1
    One of the FAS-2.0.2-AS3:
    Code:
    http://sa.diynetwork.com/b/ss/scrippsdiynew/0/FAS-2.0.2-AS3/s89676006501540?[AQB]&ndh=1&t=21/2/2015%2019%3A2%3A8%206%20300&ce=UTF-8&ns=ewscripps&g=http%3A//www.diynetwork.com/diy/video/player/0%2C1000643%2CDIY_33170_9041_61584-90970%2C00.html&h1=scrippsdiynew%7CDIY%20The%20Vanilla%20Ice%20Project%20-%20Episode%7CThe%20Vanilla%20Ice%20Project%20-%20Specials%7CIce%20My%20House&v21=PUP%20Video%20Play&v22=Ice%20My%20House&v23=Ice%20My%20House&v24=DIY%20The%20Vanilla%20Ice%20Project%20-%20Episode&v25=The%20Vanilla%20Ice%20Project%20-%20Specials&v27=DIY%20Network&v28=autoplay&v29=UP_FF_DIYMAIN_THE_VANILLA_ICE_PROJECT_-_SPECIALS&v30=0178520&v33=00%3A40%3A00&v35=SHOW_THE_VANILLA_ICE_PROJECT&c37=Ice%20My%20House&c38=Ice%20My%20House&pe=lnk_o&pev2=Video%20Select&s=1920x1080&[AQE]
    Suggestions, comments, insults?
    Quote Quote  
  2. hi

    Code:
    rtmpdump  -r "rtmp://flash.scrippsnetworks.com:1935/ondemand/library" -a "ondemand/library?ovpfv=2.1.6" -f "LNX 17,0,0,134" -W "http://common.scrippsnetworks.com/common/snap/snap-3.2.25.swf" -p "http://www.diynetwork.com/diy/video/player/0,1000643,DIY_33170_9041_61584-90970,00.html" -y "DIY_Network/0178520" -o "video_0178520.flv"
    Quote Quote  
  3. Interlaced Static friki's Avatar
    Join Date
    Jan 2013
    Location
    Guadalajara, Jalisco, Mexico
    Search Comp PM
    WOW! That was quick. Thank you so much biezom! One last question, could you point me to a tutorial on how to obtain this information?
    Quote Quote  
  4. Originally Posted by friki View Post
    WOW! That was quick. Thank you so much biezom! One last question, could you point me to a tutorial on how to obtain this information?
    i use rtmpdumphelper
    Quote Quote  
  5. Interlaced Static friki's Avatar
    Join Date
    Jan 2013
    Location
    Guadalajara, Jalisco, Mexico
    Search Comp PM
    Originally Posted by biezom View Post
    Originally Posted by friki View Post
    WOW! That was quick. Thank you so much biezom! One last question, could you point me to a tutorial on how to obtain this information?
    i use rtmpdumphelper
    Perfecto. I will give that a try. Thanks again!
    Quote Quote  
  6. Member Emeritus
    Join Date
    May 2014
    Search PM
    720p
    Code:
    http://sniidevices.scrippsnetworks.com/0178/0178520_6.mp4
    Quote Quote  
  7. Interlaced Static friki's Avatar
    Join Date
    Jan 2013
    Location
    Guadalajara, Jalisco, Mexico
    Search Comp PM
    Originally Posted by ponens View Post
    720p
    Code:
    http://sniidevices.scrippsnetworks.com/0178/0178520_6.mp4
    Thanks, ponens! Amazing work there! That is about as simple as it gets. What is your method to finding the buried information?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!