Download youtube videos

User Help for Seamonkey and Mozilla Suite
Post Reply
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Download youtube videos

Post by fixit7 »

Is there a plugin for Seamonkey that works for downloading youtube videos ?

I actually only need the audio portion.

Thanks.
User avatar
DanRaisch
Moderator
Posts: 127245
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Download youtube videos

Post by DanRaisch »

You could try this site rather than an extension/plugin -- https://ytmp3.cc/en13/
User avatar
ElTxolo
Posts: 2811
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: Download youtube videos

Post by ElTxolo »

fixit7 wrote:Is there a plugin for Seamonkey that works for downloading youtube videos ?

I actually only need the audio portion.
....
  • Image This option, is NOT a plugin or extension, for SeaMonkey.

    But you can use youtube-dl to extract the audio from YouTube videos (in flac, mp3 ... etc)

    Example:

    Code: Select all

    youtube-dl -x --audio-format flac --audio-quality 0 [URL]
    







    Cheers!! Image
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240416 SeaMonkey/2.53.19 :lildevil:

~
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Re: Download youtube videos

Post by fixit7 »

ElTxolo wrote:
fixit7 wrote:Is there a plugin for Seamonkey that works for downloading youtube videos ?

I actually only need the audio portion.
....
  • Image This option, is NOT a plugin or extension, for SeaMonkey.

    But you can use youtube-dl to extract the audio from YouTube videos (in flac, mp3 ... etc)

    Example:

    Code: Select all

    youtube-dl -x --audio-format flac --audio-quality 0 [URL]
    
    youtube-dl no longer works for ubuntu mate.

    I did find this and it works.

    https://clipgrab.org/faqs/howto-download-youtube-video






    Cheers!! Image
User avatar
ElTxolo
Posts: 2811
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: Download youtube videos

Post by ElTxolo »

fixit7 wrote: youtube-dl no longer works for ubuntu mate.
  • Image



    Image












    Image
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240416 SeaMonkey/2.53.19 :lildevil:

~
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Download youtube videos

Post by therube »

I don't get it.
You're download BOTH the audio & the video (& they do download separately, at that) & then only keeping the audio portion & then transcoding that into flac.

Why not simply download only the audio - in one of the native formats already available on the site?

m4a & webm (opus) audio are directly available.

Code: Select all

ytdl.exe  https://www.youtube.com/watch?v=myifiXG1WUA  -f 251
Downloads webm (opus) audio only.
(I long ago shortened youtube-dl to ytdl.)
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
ElTxolo
Posts: 2811
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: Download youtube videos

Post by ElTxolo »

therube wrote: .... Why not simply download only the audio - in one of the native formats already available on the site?

m4a & webm (opus) audio are directly available.
  • ImageThe answer is quite simple.

    I am NOT interested, in any of these audio formats:

    Code: Select all

    format code      extension                           resolution note
    249                webm              audio only tiny   53k , opus @ 50k (48000Hz), 2.49MiB
    250                webm              audio only tiny   71k , opus @ 70k (48000Hz), 3.33MiB
    140                m4a               audio only tiny  130k , m4a_dash container, mp4a.40.2@128k (44100Hz), 6.90MiB
    251                webm              audio only tiny  137k , opus @160k (48000Hz), 6.84MiB
    
    In this particular case, I want a FLAC file Image
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240416 SeaMonkey/2.53.19 :lildevil:

~
TPR75
Posts: 1353
Joined: July 25th, 2011, 8:11 am
Location: Poland

Re: Download youtube videos

Post by TPR75 »

ElTxolo wrote: In this particular case, I want a FLAC file
I hope you do realize FLAC is a file format created during post-processing conversion (in this case). YouTube doesn't offer FLAC format/quality to download. It means you can convert WEBM to FLAC after download. But in both ways it will not improve quality.
--
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Download youtube videos

Post by therube »

Correct.
No native flac on YT.

You are (in your case) downloading (both the) video (webm), (&) audio (webm), then immediately discarding the just downloaded video part, then converting the audio part to .flac - after the fact.
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
fixit7
Posts: 233
Joined: May 19th, 2015, 3:11 pm

Re: Download youtube videos

Post by fixit7 »

ElTxolo wrote:
fixit7 wrote: youtube-dl no longer works for ubuntu mate.
  • Image

    Image

    Thanks.











    Image
Post Reply