3D Youtube Downloader

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
Andrew Lee
Posts: 3112
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: 3D Youtube Downloader

#31 Post by Andrew Lee »

Midas wrote: Sun Jul 21, 2019 10:02 am I see. Thanks for the input. I knew forum search required a minimum of 3 characters in a word for the query to go through, but was not expecting that limitation to silently void a multi word search in the database.
I know this is an old topic, but I modified the DB config to reduce the minimum search token length to 2 characters (and remove stop word check), so this search will return the expected result now.

User avatar
Midas
Posts: 6879
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: 3D Youtube Downloader

#32 Post by Midas »

And thank you for that, let's see how good it works. 8)

User avatar
loin2kolpotoru
Posts: 281
Joined: Fri Oct 09, 2009 11:20 am

Re: 3D Youtube Downloader

#33 Post by loin2kolpotoru »

Since 3D Youtube Downloader dose not work anymore is there any alternative with same feature of low/high quality audio video download option?

User avatar
juverax
Posts: 391
Joined: Mon Jun 11, 2018 5:19 am

Re: 3D Youtube Downloader

#34 Post by juverax »

The alternative I use (it is a CLI): yt-dlp
It works really well.
https://github.com/nicolaasjan/yt-dlp/releases
yt-dlp may have several forks on the web ...

=====Help=============================================
yt-dlp --help

====List of available Formats for a given video==============
yt-dlp -F https://www.youtube.com/watch?v=mfANZyY2fDU

====== Get Best Video ==================================
yt-dlp -f bestvideo https://www.youtube.com/watch?v=mfANZyY2fDU

====== Get Best Audio ==================================
yt-dlp -f bestaudio https://www.youtube.com/watch?v=mfANZyY2fDU

==== Best Video + Best Audio format=======================
yt-dlp -f bv+ba https://www.youtube.com/watch?v=mfANZyY2fDU


NOTE : yt-dlp uses FFMPEG

Content of the folder where you want to use yt-dlp
ffplay.exe
ffprobe.exe
ffmpeg.exe
msvcr100.dll
yt-dlp.exe
yt-splitter.exe (optional, only if you want to use yt-splitter. look on the web for the most recent update)

User avatar
Midas
Posts: 6879
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: 3D Youtube Downloader

#35 Post by Midas »

As reported by loin2kolpotoru, 3D Youtube Downloader is facing some problems ATM...

FYI, the developer complained about Google's "Safe Browsing" in the program's changelog -- and perhaps just gave up -- at https://yd.3dyd.com/changelog/latest/.

As this app has been repeatedly nuked, it may be the latest case of heavy handed countermeasures targeting a program that infringes on Google's terms and interests -- further reporting welcome.

User avatar
juverax
Posts: 391
Joined: Mon Jun 11, 2018 5:19 am

Re: 3D Youtube Downloader

#36 Post by juverax »

One of the benefits of using a CLI application (such as yt-dlp) is that you avoid the problems caused by browsers.

User avatar
Midas
Posts: 6879
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: 3D Youtube Downloader

#37 Post by Midas »

True, although 3D Youtube Downloader is not browser dependent. :|

Incidentally, I was once a regular user of 3D Youtube Downloader until its constant nuking resulting from YT updates forced me to learn and start using yt-download (at first, then moving to yt-dlp when the former was abandoned)...

juverax wrote: NOTE : yt-dlp uses FFMPEG
BTW, you can point to FFmpeg's executable somewhere else via 'yt-dlp.conf', where "[PATH]" can be an absolute or relative file or folder path:

Code: Select all

--ffmpeg-location [PATH]

User avatar
juverax
Posts: 391
Joined: Mon Jun 11, 2018 5:19 am

Re: 3D Youtube Downloader

#38 Post by juverax »

@ Midas: You are right on both counts. Thanks !

" BTW, you can point to FFmpeg's executable somewhere else via 'yt-dlp.conf', where "[PATH]" can be an absolute or relative file or folder path:
CODE: SELECT ALL
--ffmpeg-location [PATH] "

That is a very good point that saves space on the hard drive.

M1P0
Posts: 15
Joined: Thu Jul 18, 2024 3:07 pm

Re: 3D Youtube Downloader

#39 Post by M1P0 »

Not dead yet!
https://yd.3dyd.com/changelog/latest/
1.20.5 (25-Jul-2024)
  • fixed error downloading videos from Youtube
  • fixed missing thumbnails for some videos
  • fixed possible crash when using context menu in the options window
  • added support for URLs in form /live/<id>/
Thanks everyone for the feedback. Precautionary measures will be implemented to avoid such delay with the release in the future.

User avatar
rbon
Posts: 420
Joined: Wed Mar 28, 2007 2:16 am
Location: Italy

Re: 3D Youtube Downloader

#40 Post by rbon »

3D YouTube Downloader rel 1.20.8 has been released at August 9, 2024

Links
• Home: https://yd.3dyd.com/home/
• Download page: https://yd.3dyd.com/download/
• direct download for 32 bit: https://yd.3dyd.com/download/3dyd_1.20.8.exe
• direct download for 64 bit: https://yd.3dyd.com/download/3dyd64_1.20.8.exe

Changelog for latest version ((09-Aug-2024):
• fix for Youtube

Full changelog: https://yd.3dyd.com/changelog/full/

Source code https://ys.3dyd.com/

Now latest build of 3D YouTube Downloader normally download YouTube videos and it has subtitles support (see Source code page).
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning." - Rick Cook.

User avatar
Midas
Posts: 6879
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: 3D Youtube Downloader

#41 Post by Midas »

rbon wrote: Source code https://ys.3dyd.com/
:!: Minor correction: This isn't the source code of 3D Youtube Downloader (which isn't open source) but "a set of plugins for watching videos from media sites directly in the video player. [...] Note that this works only for video players which support playback using DirectShow. An exception is VLC, for which is available [a] separate plugin."

Post Reply