VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    have a look at this webpage and see if you can download the video(s) w/out searching for it, if possible. i was not able to find the video. surely, there must be an easy way to find these videos. there are two videos if you scroll way down. but there is also one at the top. thank you.

    http://www.amazon.com/Brother-ADS1500W-Compact-Desktop-Connectivity/dp/B00EKW6JZ4
    Quote Quote  
  2. Originally Posted by vhelp View Post
    have a look at this webpage and see if you can download the video(s) w/out searching for it, if possible. i was not able to find the video. surely, there must be an easy way to find these videos. there are two videos if you scroll way down. but there is also one at the top. thank you.

    http://www.amazon.com/Brother-ADS1500W-Compact-Desktop-Connectivity/dp/B00EKW6JZ4
    hi
    download helper
    Code:
    http://ecx.images-amazon.com/images/I/E1v97ziuIsS.mp4
    Quote Quote  
  3. Banned
    Join Date
    Feb 2013
    Search PM
    On Firefox, or its branches, downloadHelper does it with one or two clicks.
    Image Attached Files
    Quote Quote  
  4. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    - new video request - # 2

    thank you for the hints guys. i will add the technique to my custom browser/webtool (a tool i am working on to pull videos for me) but now i have another request at the link below.

    http://www.amazon.com/Fujitsu-ScanSnap-iX500-Scanner-PA03656-B005/dp/B00ATZ9QMO/

    see the "related video shorts" section, where you see a video for the "Fujitsu ScanSnap iX100 Wireless Mobile..." that is the one i am trying to find.

    so, i've looked at the source code but can't seem to find the video link (or mp4 webm flv f4m m3u8 etc etc) for the video which seems to be a floating window or pop up and plays the video. but i want to download it instead because my 1.1Mbps DSL keeps buffering every few seconds on these amazon videos.

    what i'm looking for is the clue snippet. thank you.
    Last edited by vhelp; 10th Mar 2015 at 20:11.
    Quote Quote  
  5. hi

    Code:
    http://ecx.images-amazon.com/images/I/D1CiuctkJDS.mp4
    Code:
    http://ecx.images-amazon.com/images/I/D1K7HDCxGPS.mp4
    Quote Quote  
  6. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    sorry, i have those already. i meant the third video in this link here, the image has a link but i can't figure out how to find it through the source code. and i tried youtube-dl with different http addresses but couldn't figure it out.


    Fujitsu ScanSnap iX100 Wireless Mobile Scanner at CES 2015

    edit: there must be a "url link" that i can feed into youtube-dll or else a direct link that i missed on the source page of that amazon webpage. this is something that i will feed into my browser/webtool for other amazon pages that house this kind of video.
    Last edited by vhelp; 10th Mar 2015 at 21:28.
    Quote Quote  
  7. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by vhelp View Post
    http://www.amazon.com/Fujitsu-ScanSnap-iX500-Scanner-PA03656-B005/dp/B00ATZ9QMO/

    see the "related video shorts" section, where you see a video for the "Fujitsu ScanSnap iX100 Wireless Mobile..." that is the one i am trying to find.

    so, i've looked at the source code but can't seem to find the video link (or mp4 webm flv f4m m3u8 etc etc) for the video which seems to be a floating window or pop up and plays the video. but i want to download it instead because my 1.1Mbps DSL keeps buffering every few seconds on these amazon videos.
    It is in the source.
    Code:
    view-source:http://www.amazon.com/dp/B00SJJSBSM/ref=pd_va_rv_0
    Search source for
    streamingUrls.push

    The video url is below that.
    Quote Quote  
  8. Hi vhelp ,

    Here what I have seen for ScanSnap ( Fujitsu ) :
    Code:
    https://d1y6jrbzotnyjg.cloudfront.net/AMQMZ/B00SJJSBSM/V13/20cba973319a45dab5b41cfb6b76335b/ShortForm-Generic-480p-16-9-1409173089793-rpcbe5.mp4?Expires=1426678016&Signature=Sj0aJ75MCU0vUuc-3mS9dNZMJpkhRvNz6qLgdY5iD2u5WM8l-LpJluqa1S4F-mCpGEwOCGmbsoz6i6I4LMQ2J7141GeHnPZP8YIlcfFeq8t0VC2TiyIrmF3g9Im7QP1wBmd5fVoKuvFbTPeBJ9iBG0euTHyVLh0HxN0evoADXfA_&Key-Pair-Id=APKAJ62XWKZ35EOVO4XA
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  9. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    thanks guys, i appreciate the help.

    for some reason this kind of video (from amazon) does not play smoothly. it intentionally pauses and buffers every few seconds. anyway. i looked in the Opera cache folder and the video was there "opr0BVN5.tmp" but that's not what i wanted. that is, i was not trying to get the video because i couldn't. rather, i could, through the cache, but i have to wait for it to finish playing in my browser, and that's not always practicle. anyway.

    what i am after is how to obtain it, the url link, so that i can add that feature to my custom browser/webtool that i am working on: for websites that i am familiar with, i will have a selector and choose the site, i.e., "amazon" and my app will know what routine to use to extract or download the video. this particular video was not available through the websites source code. i searched for it to no avail. i suspect that to obtain it that i would have to run a .js or .css file. i could be wrong, but aazerty provided a link that was not in the source so my guess is he obtained it through running a .js or .css file (or the link that ponens provided) in some kind of "sniffer" utility and he was ultimately able to "build" the finished link.

    @ ponens, i did find that link in the source yesterday, but it did not help me. i tried it through Opera and also through youtube-dl but it still did not help me. so, i kept looking until i gave up.

    in this hobby utility that i am building, i am trying to use the least amount of external utilities as possible, so the website source code is what i am using to obtain the video that i can whenever possible, and youtube-dl as a fallback if everything else fails. thank you again for all your help.
    Quote Quote  
  10. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    update.. i found it.

    1. run http://www.amazon.com/dp/B00SJJSBSM/ref=pd_va_rv_0 in my utility, i have a [Button] for runing an http request and it runs this link
    2. and returns me the results of the *new* source code
    3. search for an ".mp4" text and vualla.

    Code:
    url : 'https://d1y6jrbzotnyjg.cloudfront.net/AMQMZ/B00SJJSBSM/V13/20cba973319a45dab5b41cfb6b76335b/ShortForm-Generic-480p-16-9-1409173089793-rpcbe5.mp4?Expires=1426727723&Signature=hpVtkNLDOx9XO7fEz6I6lJ4NYa9-aB7CWfV8S8FMib6V6HJcrNoS8P~pwZNHJAsTiWoC~g6KlX-HirT-blMqbPCZyin7fTdtIZLlFnMqLkklnNHZSs4vKFYgzjCyydexRXORev2LTGLizqKHFiezvmQ9j7bib2QSVov1w~iak1U_&Key-Pair-Id=APKAJ62XWKZ35EOVO4XA', 
                mimeType : 'video/mp4'
    and, now to figure how to add this into my app. this one is a little tricky because i have to first obtain the 1st url link (step 1 above) and then run that to obtain a 2nd url link and then "sniff" out any .mp4 text somewhere in the code and then determine the length of that url to obtain the complete url string. anyway. i have my work cut out for me. good thing this is a hobby.
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!