Home
Downloads
Screenshots
Documentation
History
Help
Discuss
News
Awards&Media
OnSF.NET
Support This Project

SourceForge.net Logo 

 

Rate Our Software
at FreewareFiles.com

HISTORY

3.0 Beta 3

  • Most of the behaviors were broken. All seems to be fixed, except imdb.
  • Instead of Regular expressions, used Html parser technology for Channel9. Will slowly convert the other behaviors. Look HTML Agility Pack.
  • Downloaded clips bug resolved.
  • Play the movie option added on right click. Thanks to MPlayer, even if the file is not downloaded, it can be played.
  • Channel9 is now alive on DownUtube.
  • Some bugs on player fixed.
  • Many minor details .

3.0 Beta 2 (2008-05-25)

  • Added a simple player. Used MPlayer for this. Best player I have ever encountered for playback of many file types.
  • In some countries Youtube is banned from time to time. So added anonymous downloading option for Youtube. Look Tools->Settings->YouTube Settings. It disabled by default.
  • Added MeWig Mencoder GUI for a simple encoder addin. Really some great code there.
  • Send to a friend is now an extension.
  • Added splash screen.
  • Added HealthSeeker extension to track of code changes or some weird problems when running. It will ask, to send info to publisher (in this case me) about problems. I strongly suggest sending. It will inform me about problems you encounter.
  • Converted project file format to Visual Studio 2008. But it is still in .Net 2.0
  • Added French (by Kamal B.[at least I can show your name here :)]) and Slovak ( by Ján Hovancík) translations. Thank you for your effort.
  • Added auto rename when downloded file already exists.
  • Added search capabilities to Cache,Deleteds and Downloadeds.
  • Xml extensions (xmls are in the sites folder, and the manager is in the DownUtube.Extension namespace) may be separated across multiple files, DownUtube can read and manage them now.
  • Added paging capabilities to Cache,Deleteds and Downloadeds. This is very useful especially on IMDB. Because this site has no paging mechanism. Gives all what it has.
  • When a different folder other than the startup folder is selected from any of the save or open dialogs, current directory was changing. This fixed.
  • All sites united in the main tree view.
    If new download was selected and if there is any url in the clipboard, it will be written on the url textbox.
  • Now "Start Now" option is checked by default.
  • On Google Videos, it sometime may say "Internal Server Error.", don't worry, it will continue downloading.
  • Translation module enhanced and gave some affort not to break version compatibility. Now strings not just numbers can be written on the left part of the tarnslations. Now whereever anyone sees anything not translated, he/she can put that translation to the language file used. May be later, somebody helps updating the documentation.
  • Heavy code refactoring. Removed and arranged many big silly things.
    Fixed LinkAcquire Window. It is now moved to Tools menu. Now, whereever it is called, link will be available.
  • Fixed restart problem when selected site changed.
  • Some paging problems fixed.
  • Some performance enhancements made.
  • Solved some RSS feeds loading problems. These were because of google was not following XML standards.
  • Different behavior of Release mode was causing troble when DownUtube starts. This fixed.
  • When somehow downloading list corrupted, DownUtube could not start.This fixed.
  • Added a simple setup written in C with Win32 programming to recognize what is missing for DownUtube to start.
  • Now Channel9 videos are accessible from DownUtube.But because of the nature of the search, there is no search functionality; may be later..
  • Integrated MyDownloader settings and DownUtube settings together.
    Removed Glacial Controls from MyDownloader. Because it was not open source. Used Michiel van Eerd's EXListView (http://www.codeproject.com/KB/list/EXListView.aspx?msg=1529961) instead
  • Added progress bars showing download progress.

3.0 Beta 1

  • DownUtube at last has a good downloading functionality. Thanks to Guilherme Labigalini's (http://www.codeproject.com/KB/IP/MyDownloader.aspx) code. It is great.
  • DownUtube at last has updating capabilities. Main trouble, web site code changes, now is a bit less dreadfull. By adding some extensions using XML files and on-demand compiling of codes, now if a change occures, updating DownUtube will be easy. Later the documentation will be added for this structure. Updating done now without any user will. But later this setting may be added.
  • DownUtube's Addin structure is now stronger then ever. Every module now is a separate dynamic link library (dll). 
  • Complete code manufacturing and reviewing. Controlled every code and checked every one of them.
  • On Apple.com Trailers, integrated Apple Site's JSON files into DownUtube. Look Apple's RSS parts.
  • On IMDB Trailers, there was no need for MMS downloading, because IMDB now serving all of its trailers in Flash Video Format (flv) like YouTube. Look Now playing parts especially (or less likely box office parts), because they mostly have a trailer file. May be later MMS downlading codes will be published on MamutSoft site. 
  • Google now got creasy. Serving many site's video, it is hard to catch all. Only YouTube's and Google's Video links are acquired for now. If you get some error getting some of them, don't worry bacause they are from some other site that DownUtube do not support or they are payable video clips. 
  • On Some Google RSS feeds, there is something with the structure of files that do not allow loading into memory. Later will overcome this. 
  • And man, YouTube code changes fast. 

2.0

  • First non-beta release.
  • Some web site's code change occured on Youtube,IMDB and Google. These was fixed in DownUtube.
  • Added Português-Brasil translation. Thanks to Wagner Luis Vitcoski for this.
  • Now, the translator name is on the downutube caption.
  • Now, IMDB hides its streaming trailers support. There was some round arounds to make the trailer support work. Now only one trailer can be downloadedi until I found some way to download all.
  • Many minor details .

2.0 Beta 3 Release 4

  • Web sites' code changes on Youtube,IMDB and Google were integrated.
  • On Google there was some Youtube videos links. These links redirected to the YouTube Link Exctractor object on DownUtube.
  • On Send To A Friend, added multithreading support. Now a user can surf while sending a clip to a friend.
  • Now all images are cached with their hash code as their name. With this, some "too long file names" errors are passed. (NOTE: Not to loose your previous image caches, if the images found on the previous cache, it is used again. So your cache is not wasted)
  • Many minor details .

2.0 Beta 3 Release 3

  • Some web site code change occured on Youtube and Google. These were fixed in DownUtube.

2.0 Beta 3 Release 2

  • Enhanced the image quality. Now, images are not stretched, but fitted to the frame that encompasses them.
  • In listings, image sizes can be changed now (Look Tools->Settings->Images).
  • When settings form was closing, it was asking for another save. This fixed.
  • When an image was being downloaded, if a cancel or error occured, sometimes half downloaded images was being shown. This fixed. Now, only really downloaded images are shown.
  • Added backcolor to images when they do not fit the rectangular area. Look Tools -> Settings ->Images. (Used some guy's code from CodeProject.com. But didn't remember his name. Sorry)
  • Added "Send to a friend" option. Just, on lists, left clik and than say, "Send to a Friend"....(If you have a SMTP server, then you can send using this server too (Look Look Tools->Settings->Mail Options). If you have a SMTP server, DownUtube uses OpenSMTP to send via this server.
  • It seems Youtube.com changed its web site code. There was some listing problems. Fixed.

2.0 Beta 3 With IMDB Support

  • Added IMDB support. The whole listing can be seen on program. It is very huge :) (Nearly 150 tree nodes)
  • There is MMS streaming support now in DownUtube. You can download your MMS streams, too.
  • Added "Google Trailers" support. Before there was only a message box saying "B" when clicking this item on listings.
  • Solved most of the Listing Page flicking problems.
  • Some enhancements made on image retrieving codes.
  • Solved YouTube and Google  link search problem.
  • Fixed many things (Because of web page codes changes).

NOTES:

  • For now MMS support is enough for imdb trailers. But in the future RTSP and PNM support will come.
  • Because I don't get any translation from you, multi language support may end. Because if we go for a non-beta release, half translated files can not be added. So please send me your translations (Even if they are incomplete), Then I can add them to the translation list.

2.0 Beta 3

  • Added retry and canceling support without closing intermediate form when retrieving lists.
  • Added multi link support to Google RSS videos.
  • If downloading was in progress, then if you try to delete the download, it was still downloading. This fixed. (this time really fixed :) )
  • When double click on list, current progress showed on status bar.
  • Some downloaded list optimizations made.
  • If a clip's download list once cached, from now on, DownUtube will look at the catched one. By this, performance gained. And of cource some internet surfing, too. You can recognize this by double clicking or pressing enter (by the way when you are on listing, if you press enter, it will do the same thing as double clicking).
  • On some intermediate forms, added enter-esc keys support. (Enter:Do it, ESC:Cancel it)
  • Solved Downloaded list image problem (Usually in Apple Movie Trailers, in downloaded list, images were not appearing).
  • In Google Video, Solved TOP 100 paging problem. Because there wasn't any paging there :)
  • If there is only one type of movie in the clip (for example Flash Video), then passing select screen, new download screen is showed.
  • On search screen, added enter key, to do the same event as pressing Search button.
  • Worked on some better compatibility for future releases.
  • From now on, when Apple Movie Trailers is active, and when getting links (after double click of course) only on Extra links (Now: All Links) click can get you to download.
  • Added Description tags to movie tooltips.
  • NOTES:I am not sure what happens when you paste only this release's exe to your program's main folder. Because I didn't try and don't know what happens. For now, I do not want to support version compatibility, until a non-Beta release version of DownUtube is out. But you can send bug reports, if you want.

2.0 Beta 2

  • Fixed some errors.
  • One file was missing from the release. So it was added (the exe.config file).
  • Some speed adjustment on paging.
  • Google part was not working because of some http headers I added. This fixed.
  • Fix on RSS videos file names (added flv extension).
  • Fixing something on Google Search.
  • Added itpc:// support

 

2.0 Beta 1 With Apple Movie Trailers(With ITunes Trailers Downloads) 

  • Added Apple Movie Trailers support
  • There was something with paging. Fixed.(If page number was not beign refreshed.)
  • Seems YouTube changed it website code. And of cource web parts of the listings did not worked. This Fixed.
  • ITunes downloads now supported. You can paste the Itunes link to DownUtube and Download.
  • Added, extra link paste screen (In menu Download List, In downloading screen). If you did not found what you were seeking in the DownUtube. It is different from New Download.
  • If downloading was in progress, then if you try to delete the download, it still downloading. This fixed.

 

2.0 Beta 1 With Google Video

  • Added Google Video support
  • Made big changes for future developements.

 

2.0 Beta 1 (thanks to everyone who sent bug reports and suggestings)

  • Fixed reloading mycache bug.
  • Fixed bug after searching. (Sometimes, downloaded directory couldn't be be found.)
  • Added web lists (other than rss feeds)
  • Added support for addin development. For example, soon google videos support will be added. User only will select from the items in the combobox in toolbar.
  • BUGS: -When changing language, if there is some downloading going on, download list goes crasy :). If you want to change the language, then do it first

 

2.0 Alpha

  • Whole new program. Searching, listing, with names and images, downloading more than one movie clip at the same time,playing the clip, getting latest, top viewed etc movie clips, cahcing all clips information, searching among your cached ones, etc.
  •  NOTE: Partly, I used Sharp Download's GUI, its codes for GUI, and little from its other code (for example FileDownload and related).

 

1.1

  • Added clip name
  • Deleting intermediate files
  • Starting download when a clip found.

 

NEXT: Managing your accounts from DownUtube (uploading video-converting videos to FLV etc.), adding "add-in" capability to support everyone's site (you can help). Soon I will release a documentation about using DownUtube's codes, to make your site visible to DownUtube (for now it appears that you only mut implemet WebBehavior and send it to me).

Goto Main Page

  MamutSoft - Mehmet Fatih YUCE