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 3 of 3
Thread
  1. Member vhelp's Avatar
    Join Date
    Mar 2001
    Location
    New York
    Search Comp PM
    ok, someone has to be the first to ask. so here i am.

    so, i was on youtube checking out some videos when i came across a video link posted here on videohelp, in another thread. and in watching the ad, i got the idea in my head, "how can i download that ad video!". anyway, that link seems to always push the same ad video every time you enter the youtube video url link, so i thought we could use that in order to help find the link to the actual ad's video. i checked the "video source" (in opera, enter ctrl+u) not sure what it is in other browsers. i'd say, its obvious that the ad video is a youtube video. so, the generated html source code must have it listed in there, somewhere.

    so, as the challenge goes, how would you find it ?

    video title: "SOLOSHOT2 - join the Robot Revolution! by SOLOSHOTupdates"
    video url: https://www.youtube.com/watch?v=JqocwWGGrNE

    ps: don't use google. i provided the video title as a reference, but not for cheeting since we want to find it via the html source code.

    edit: here is the actual video, in case it helps in finding it in the html souce:
    www.youtube.com/watch?v=nVyYWy4dgc8
    Last edited by vhelp; 18th Jan 2015 at 14:22.
    Quote Quote  
  2. Member WazaKrash's Avatar
    Join Date
    Jan 2015
    Location
    in Europe
    Search Comp PM
    I don't quite understand the request, but in any case I want to help (even if it will be useless lol)

    I have a friend who wanted to make the same kind of thing a few months ago, he used a video screen capture software to record an advertising video from a website and for keep it on his computer.

    Another idea, perhaps with Download Helper (or similar software), it can detect the advertising and download it. Sometimes I noticed it really detects ads videos on other sites.

    To find the real link of the advertising, for this I don't know, sorry. I hope I have advanced the research, thank you for reading all of my idea x)
    Quote Quote  
  3. Hi vhelp ,

    I haven't really understood your ask .
    If you know the 'good' link for your video , use youtube-dl (?) .

    Below :
    1st step : looking for formats able .
    2nd step : Downloadind videos .

    Code:
    ====== Kinds of formats ==============================
    
    E:\YTBE>youtube-dl -F https://www.youtube.com/watch?v=JqocwWGGrNE
    
    [youtube] JqocwWGGrNE: Downloading webpage
    [youtube] JqocwWGGrNE: Extracting video information
    [info] Available formats for JqocwWGGrNE:
    format code extension resolution  note
    140         m4a       audio only  DASH audio , audio@128k (worst)
    160         mp4       144p        DASH video , video only
    133         mp4       240p        DASH video , video only
    134         mp4       360p        DASH video , video only
    135         mp4       480p        DASH video , video only
    136         mp4       720p        DASH video , video only
    137         mp4       1080p       DASH video , video only
    17          3gp       176x144
    36          3gp       320x240
    5           flv       400x240
    43          webm      640x360
    18          mp4       640x360
    22          mp4       1280x720    (best)
    
    ==============
    
    E:\YTBE>youtube-dl -F http://www.youtube.com/watch?v=nVyYWy4dgc8
    
    [youtube] nVyYWy4dgc8: Downloading webpage
    [youtube] nVyYWy4dgc8: Extracting video information
    [youtube] nVyYWy4dgc8: Downloading DASH manifest
    [info] Available formats for nVyYWy4dgc8:
    format code extension resolution  note
    171         webm      audio only  DASH audio , audio@128k (worst)
    140         m4a       audio only  DASH audio , audio@128k
    139         m4a       audio only  DASH audio   49k , audio@ 48k (22050Hz), 454.56KiB
    140         m4a       audio only  DASH audio  129k , audio@128k (44100Hz), 1.18MiB
    171         webm      audio only  DASH audio  140k , audio@128k (44100Hz), 1.20MiB
    172         webm      audio only  DASH audio  195k , audio@256k (44100Hz), 1.70MiB
    141         m4a       audio only  DASH audio  255k , audio@256k (44100Hz), 2.34MiB
    160         mp4       144p        DASH video , video only
    278         webm      256x144     DASH video  151k , webm container, VP9, 15fps, video only, 826.14KiB
    160         mp4       256x144     DASH video  110k , 15fps, video only, 1008.18KiB
    242         webm      240p        DASH video , video only
    133         mp4       240p        DASH video , video only
    242         webm      426x240     DASH video  210k , 30fps, video only, 1.60MiB
    133         mp4       426x240     DASH video  248k , 30fps, video only, 2.20MiB
    243         webm      360p        DASH video , video only
    134         mp4       360p        DASH video , video only
    243         webm      640x360     DASH video  426k , 30fps, video only, 2.87MiB
    134         mp4       640x360     DASH video  602k , 30fps, video only, 3.73MiB
    244         webm      480p        DASH video , video only
    135         mp4       480p        DASH video , video only
    244         webm      854x480     DASH video  790k , 30fps, video only, 5.93MiB
    135         mp4       854x480     DASH video 1116k , 30fps, video only, 7.58MiB
    247         webm      720p        DASH video , video only
    136         mp4       720p        DASH video , video only
    247         webm      1280x720    DASH video 1592k , 30fps, video only, 11.31MiB
    136         mp4       1280x720    DASH video 2234k , 30fps, video only, 14.60MiB
    248         webm      1080p       DASH video , video only
    137         mp4       1080p       DASH video , video only
    248         webm      1920x1080   DASH video 2974k , 30fps, video only, 18.89MiB
    137         mp4       1920x1080   DASH video 4129k , 30fps, video only, 30.76MiB
    17          3gp       176x144
    36          3gp       320x240
    5           flv       400x240
    43          webm      640x360
    18          mp4       640x360
    22          mp4       1280x720    (best)
    
    ==============================================
    Code:
    =========  Videos got =====================================
    
    E:\YTBE>youtube-dl -f 5 "https://www.youtube.com/watch?v=JqocwWGGrNE" -o "JqocwWGGrNE.flv"
    
    [youtube] JqocwWGGrNE: Downloading webpage
    [youtube] JqocwWGGrNE: Extracting video information
    [youtube] JqocwWGGrNE: Downloading DASH manifest
    [download] Destination: JqocwWGGrNE.flv
    [download] 100% of 40.70MiB in 01:31
    
    ============
    
    E:\YTBE>youtube-dl -f 5 "http://www.youtube.com/watch?v=nVyYWy4dgc8" -o "nVyYWy4dgc8.flv"
    
    [youtube] nVyYWy4dgc8: Downloading webpage
    [youtube] nVyYWy4dgc8: Extracting video information
    [youtube] nVyYWy4dgc8: Downloading DASH manifest
    [download] Destination: nVyYWy4dgc8.flv
    [download] 100% of 3.13MiB in 00:07
    
    ===============================================
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!