TVideoDownloader

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Message
Author
User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: TVideoDownloader

#16 Post by SYSTEM »

Offtopic.
ozok wrote:1.9 was not following 302 redirects when downloading the new youtube-dl.exe from youtube-dl website.
Ha. We have both written youtube-dl updaters (https://sourceforge.net/p/keppi/code/HE ... Updater.cs). :P And it turns out that we use completely different approaches to obtain the download URL.

Your code parses the youtube-dl download page. Mine relies on the version history JSON file that is also used by youtube-dl's built-in updater.

It's quite interesting to notice that different programmers solve the exact same problem in highly different ways...
My YouTube channel | Release date of my 13th playlist: August 24, 2020

ozok
Posts: 137
Joined: Sun Jul 15, 2012 5:29 am

Re: TVideoDownloader

#17 Post by ozok »

@SYSTEM your way is far more elegant. I didn't even know this json file existed. My way looks very crude now, thanks Obama.

Anyway, I've released 2.0.1 which solves the previous problem I mentioned.
Change log
  • -Fixed: Added videos were not visible in the list
    -Fixed: Audio could not be muxed if dash video was selected

penthe
Posts: 3
Joined: Mon Jun 06, 2016 1:17 pm

Re: TVideoDownloader

#18 Post by penthe »

Version 2.0.1 does the trick, everything works again THANKS!

Marc
Posts: 165
Joined: Sun May 15, 2011 6:06 pm

Re: TVideoDownloader

#19 Post by Marc »

I am unable to download subtitles
Used Google2Srt
http://google2srt.sourceforge.net/es/
Since is a Java app it can be run with JavaPortableLauncher.
Haven't tried latest 2.0.1 but since there's no mention to subtitles... Hope I'm wrong!

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: TVideoDownloader

#20 Post by webfork »

There's a bunch of stuff in the entry comments around required files (DLL, Visual C++ redist). Anyone have any clarity on that?

ozok
Posts: 137
Joined: Sun Jul 15, 2012 5:29 am

Re: TVideoDownloader

#21 Post by ozok »

webfork wrote:There's a bunch of stuff in the entry comments around required files (DLL, Visual C++ redist). Anyone have any clarity on that?
I guess they are related to youtube-dl. Main program is written in Delphi and should not have any dependencies.

vmars316
Posts: 261
Joined: Thu Feb 09, 2012 11:47 am
Location: Colorado
Contact:

Re: TVideoDownloader

#22 Post by vmars316 »

Windows 10 , TVideoDownloader 2.0.2.518 for x64
Hmm...
Whenever I Add a url link
program returns a message "adding given URL"
and then when I press Download
up pops an error window with
"Please add links first ".
Any fix for this ?
Thanks

Post Reply