Skip to content

Commit bb3706a

Browse files
committed
add tubemp3.to
1 parent 1f7a05c commit bb3706a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

scripts/youtube_downloadVideo.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export default {
22
icon: `https://www.youtube.com/s/desktop/ff71ea81/img/favicon_48x48.png`,
33
name: {
4-
en: "Download youtube video",
5-
vi: "Tải video youtube",
4+
en: "Download youtube video/audio",
5+
vi: "Tải video/audio youtube",
66
},
77
description: {
88
en: "Bypass age restriction, without login",
@@ -27,6 +27,10 @@ export default {
2727
name: "yt5s.com",
2828
func: (url) => url.replace("youtube", "youtube5s"),
2929
},
30+
{
31+
name: "tubemp3.to",
32+
func: (url) => "https://tubemp3.to/" + url,
33+
},
3034
{
3135
name: "10downloader.com",
3236
func: (url) => "https://10downloader.com/download?v=" + url,

0 commit comments

Comments
 (0)