Download YouTube Videos as MP4

By gantt Last update 22 hours ago — Installed 1,073,510 times.

How to translate the extension to another local?

in
Subscribe to How to translate the extension to another local? 13 posts, 6 voices



Ibrahim Saed User
FirefoxWindows

How to translate the extension to another local?

 
gantt Script's Author
ChromeWindows

There's not much to translate. There are only two messages that can be translated:

1. Download
2. Download this video

If you translate these messages, I can add them to the script. The script already supports translation, as you can see in these two lines:

var DOWNLOAD_LINK_MESSAGES={'en':'Download'};
var DOWNLOAD_TOOLTIP_MESSAGES={'en':'Download this video'};

You can add French like this:

var DOWNLOAD_LINK_MESSAGES={'en':'Download', 'fr':'Télécharger'};
var DOWNLOAD_TOOLTIP_MESSAGES={'en':'Download this video', 'fr':'Télécharger cette vidéo'};

 
Ibrahim Saed User
FirefoxWindows

I translated them to Arabic.

var DOWNLOAD_LINK_MESSAGES={'en':'Download', 'ar':'تنزيل'};
var DOWNLOAD_TOOLTIP_MESSAGES={'en':'Download this video', 'ar':'تنزيل هذا الفيديو'};

Please add them to the script.
Thank you.

 
gantt Script's Author
ChromeWindows

Added support for a few languages (including Arabic) in the latest version.

 
jackabood Scriptwright
FirefoxWindows

what the f when i want to do a topic it get me on the monkey shish i'm mad

 
jackabood Scriptwright
FirefoxWindows

never mind lol

use this script " youtube to mp3 "

for mp3

it's time to do mp3
this script is tooo basic and you got 700000 instals

 
jackabood Scriptwright
FirefoxWindows

lol yea it's been here for 4 years lol

that's when people used userscripts

 
jackabood Scriptwright
FirefoxWindows

1 more thing thumbnail download as mp4

like this script it still works

" youtube multi download "

 
Pietrodn User
ChromeMacintosh

Italian translation:

var DOWNLOAD_LINK_MESSAGES={'en':'Download','fr':'Télécharger','de':'Herunterladen','es':'Descargar','ro':'Descărcați','ar':'تنزيل','it':'Scarica'};
var DOWNLOAD_TOOLTIP_MESSAGES={'en':'Download this video','fr':'Télécharger cette vidéo','de':'Dieses Video herunterladen','es':'Descargar este vídeo','ro':'Descărcați acest videoclip','ar':'تنزيل هذا الفيديو','it':'Scarica questo video'};

 
iHastr User
FirefoxWindows

var DOWNLOAD_LINK_MESSAGES={'en':'Download'};
var DOWNLOAD_TOOLTIP_MESSAGES={'en':'Download this video'};

Please add Russian translation!

var DOWNLOAD_LINK_MESSAGES={'ru':'Скачать'};
var DOWNLOAD_TOOLTIP_MESSAGES={'ru':'Скачать это видео'};

 
gantt Script's Author
ChromeWindows

Added Italian and Russian in v1.4.5. Thanks.

 
JayXon User
ChromeWindows

Simplified Chinese translation
'zh':'下载'
'zh':'下载此视频'

 
gantt Script's Author
ChromeWindows

Thanks for the Chinese translation, I'll add it to the next version.