Windows Vista Forums

Best Video downloader?
  1. #1



    Member
    Join Date : Jan 2010
    King Country
    Posts : 105
    home premium 32
    Local Time: 07:08 PM
    newzealand

    Best Video downloader?

    Which Video down loader do you consider the best ?? I have been using Real player up to now but it does crash occasionally so I am just wondering which other would be better.


      My System SpecsSystem Spec

  2. #2
    derekimo's Avatar

    Senior Member



    Join Date : Jul 2009
    East Bay Area, CA
    Posts : 752
    Windows 7 Pro 64 SP1
    Local Time: 12:08 AM
    usa us california

     

    Re: Best Video downloader?

    Quote Originally Posted by mich View Post
    Which Video down loader do you consider the best ?? I have been using Real player up to now but it does crash occasionally so I am just wondering which other would be better.

    I like this one myself,

    Free Video Downloader | YouTube Downloader | FREE Download

      My System SpecsSystem Spec

  3. #3
    Lottiemansion's Avatar

    Senior Member



    Join Date : Sep 2010
    Sheffield
    Posts : 1,817
    Vista Home premium 32 bit (SP2 plus)
    Local Time: 08:08 AM
    uk uk yorkshire

     

    Re: Best Video downloader?

    Hi,

    I like this one: -

    Orbit Downloader: the ultra file & social media (YouTube etc..) download manager

    The only recommendation is to delete the file for the automatic updates (SoftUpdater.Dll), as this can be a pain & is unreliable (Selects "odd" version numbers for some products) & can "Hog" the CPU by 35% orr more.

    To delete the file, navigate to C:\Program Files\Orbitdownloader then delete the file "SoftUpdater.Dll" without the quotes "" or you can just rename it to SoftUpdater.Dll.old

    Se thread : -

    Orbit Downloader - Forums / CPu running at 25% just for this (Orbitdm.exe) process

      My System SpecsSystem Spec

  4. #4
    Boohbah's Avatar

    Boohbie

    Join Date : Jan 2012
    cornwall UK
    Posts : 59
    na
    Local Time: 08:08 AM
    uk uk cornwall

     

    Re: Best Video downloader?

    for you tube i have this one ,its nice and has a download button installed under a youtube video,

    http://www.bestvideodownloader.com/

    however my main one of choice is realplayer as you already mentioned. it quite often updates and im wondering if that is why you are experiencing crashes with it.
    Do you update it when asked or have you got updates turned off

      My System SpecsSystem Spec

  5. #5



    Member
    Join Date : Jan 2010
    King Country
    Posts : 105
    home premium 32
    Local Time: 07:08 PM
    newzealand

      Thread Starter

    Re: Best Video downloader?

    Quote Originally Posted by Boohbah View Post

    however my main one of choice is realplayer as you already mentioned. it quite often updates and im wondering if that is why you are experiencing crashes with it.
    Do you update it when asked or have you got updates turned off
    Yeh, I kept it up to date but quite often the message came up (Internet explorer has stopped working etc) and all would be lost, very annoying I sent one of those auto reports in and the reply said that 'Real Player plug in' had problems with IE, so I am going to try another down loader. if that makes sense

      My System SpecsSystem Spec

  6. #6
    Yard Dog's Avatar

    Senior Member



    Join Date : Oct 2011
    Central Florida in a small town
    Posts : 2,174
    Vista Home Basic. 32 bit SP 2
    Local Time: 03:08 AM
    usa us florida

     

    Re: Best Video downloader?

    Sometimes also, you have to not run other programs and just do the download , as your useable RAM will run low. Just sayin ... if it helps .

      My System SpecsSystem Spec

  7. #7



    Member
    Join Date : Jan 2010
    King Country
    Posts : 105
    home premium 32
    Local Time: 07:08 PM
    newzealand

      Thread Starter

    Re: Best Video downloader?

    Point taken Yard Dog. btw what about "Flash Video Down loader" any one use this one??

      My System SpecsSystem Spec

  8. #8
    tom982's Avatar

    ٩(͡๏̯͡๏)۶



    Join Date : Mar 2010
    England
    Posts : 3,645
    Windows 7 Ultimate x64 SP1
    Local Time: 08:08 AM
    uk uk england

     

    Re: Best Video downloader?

    Hello mich and welcome to the forums

    I used to use RealPlayer - it drove mad. Failed downloads, crashing, freezing etc. etc.

    What browser do you use Mich?

    Tom

      My System SpecsSystem Spec

  9. #9



    Member
    Join Date : Jan 2010
    King Country
    Posts : 105
    home premium 32
    Local Time: 07:08 PM
    newzealand

      Thread Starter

    Re: Best Video downloader?

    Tom, Thanks.
    I am using IE9, I have tried Firefox but I do not like it, also tried Chrome a few months ago but I always seem to come back to IE. I installed GetGo down loader yesterday but it is so slow I will remove it and try something else to day.
    I had the same experience with Real Player as you which is a pity because it really (excuse the pun) is so easy to use and quite fast, hence my frustration. I will try some of the suggestions that have been posted

      My System SpecsSystem Spec

  10. #10
    tom982's Avatar

    ٩(͡๏̯͡๏)۶



    Join Date : Mar 2010
    England
    Posts : 3,645
    Windows 7 Ultimate x64 SP1
    Local Time: 08:08 AM
    uk uk england

     

    Re: Best Video downloader?

    Hi Mich,

    It's a shame that you don't like Firefox, it's much more add-on friendly. You need complex tools to create IE add-ons (or BHOs), so understandably, there are less add-ons available. But anyway, I'm sure you're not after my views of Firefox and IE.

    In that case, I would also suggest Best Video Downloader:

    http://www.bestvideodownloader.com/support

    Or, another nice little trick. Go to the YouTube page of the video that you want to download. When the page loads, copy and paste the following script into the URL bar and press enter.

    Code:
    javascript:(function() {
        function get_filetype(fmt_id) {
            switch(fmt_id) {
                case '5':
                case '6':
                case '34':
                case '35':
                    return 'FLV';
                case '18':
                case '22':
                case '37':
                case '38':
                case '82':
                case '83':
                case '84':
                case '85':
                    return 'MP4';
                case '43':
                case '44':
                case '45':
                case '46':
                case '100':
                case '101':
                case '102':
                    return 'WEBM';
                default:
                    return 'unknown';
            }
        }
        function get_video_url(fmt_stream_map, chosen_fmt_id, avail_fmt_ids) {
            fmt_stream_map=unescape(fmt_stream_map);
            if(avail_fmt_ids.indexOf(chosen_fmt_id)===0)
                return fmt_stream_map.substring(4,fmt_stream_map.indexOf('&quality='));
            if(avail_fmt_ids.indexOf(chosen_fmt_id)===avail_fmt_ids.length-1)
                return fmt_stream_map.substring(fmt_stream_map.lastIndexOf('http'),fmt_stream_map.lastIndexOf('&quality='));
            var pattern=new RegExp('&itag='+avail_fmt_ids[avail_fmt_ids.indexOf(chosen_fmt_id)-1]+',url=(.+?)&quality=');
            return fmt_stream_map.match(pattern)[1];
        }
        (function main() {
            var args=yt.playerConfig['args'];
            var fmt_quality_list='';
            var chosen_fmt_id=0;
            var fmt_info=args['fmt_list'].split(',');
            var fmt_resolution='';
            var avail_fmt_ids=new Array(fmt_info.length);
            for(var i in fmt_info) {
                avail_fmt_ids[i]=fmt_info[i].split('/')[0];
                fmt_resolution=fmt_info[i].split('/')[1];
                fmt_quality_list+=(avail_fmt_ids[i]+' = '+fmt_resolution+' ('+get_filetype(avail_fmt_ids[i])+')\n');
            }
            loop: while(true) {
                chosen_fmt_id=prompt('Please enter a format id.\n'+fmt_quality_list, avail_fmt_ids[0]);
                if(chosen_fmt_id===null) {
                    return;
                }
                for(var i in avail_fmt_ids) {
                    if(chosen_fmt_id===avail_fmt_ids[i]) {
                        break loop;
                    }
                }
            }
            window.open(get_video_url(args['url_encoded_fmt_stream_map'], chosen_fmt_id, avail_fmt_ids)+'&title='+document.getElementsByName('title')[0].content);
        }());
    }());
    You'll then be prompted which one (resolution) you want to download. Enter the corresponding number and then download the file when prompted.

    You can also bookmark this script for easy use.

    This only works for YouTube though

    Tom

      My System SpecsSystem Spec

Page 1 of 2 12 LastLast
Best Video downloader? problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox Video Downloader Plugin saterob Software 1 09 Jun 2009
trojan downloader! can i get rid of it? melig6pd System Security 7 26 May 2009
ie7/8 flv downloader? krohm Software 5 07 Mar 2009
JS/downloader.agent the staring frogs of Southern Iberia Vista General 3 29 Apr 2008
need best downloader aftab Vista General 0 22 May 2007