2.0.0 • Published 1 year ago

ytdownloader-fts v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

ytdownloader-fts

Convert youtube links to download formats and get video data

Installation

Install ytdownloader-fts with npm

  npm i ytdownloader-fts

Usage/Examples

const { youtube } = require("ytdownloader-fts");

youtube("https://www.youtube.com/watch?v=UFzpAh-x_IY&ab_channel=Discoverychannel").then(function(response){
    console.log(response);
});

JSON

{
    "title": "Where did we come from? - Science Documentary with Neil DeGrasse Tyson",
    "description": "Where did we come from? - Science Documentary 2016 with Neil DeGrasse Tyson\nDid the entire human race originate in Africa? Are people from different parts of the world related to each other? How similar are humans to chimpanzees? Gene experts look into all these questions by studying DNA.",
    "gender": "People & Blogs",
    "vid": {
        "id": "UFzpAh-x_IY",
        "ul": "https://www.youtube.com/watch?v=UFzpAh-x_IY",
        "duration": "0:53:23",
        "published": "2015-07-17",
        "views": "1,978,834",
        "thumbnail": "https://i.ytimg.com/vi/UFzpAh-x_IY/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLBrOEbeFxTnDqqCMt5RfAdi1pHeCA",
        "author": {
            "name": "Discovery channel",
            "id": "UC_OVsoKcD3jxHgxjQirLq-A",
            "ul": "https://www.youtube.com/channel/UC_OVsoKcD3jxHgxjQirLq-A",
            "thumbnail": "https://yt3.ggpht.com/ytc/AMLnZu9shdxOF60Y5M7Pj-av8U-Oz_COvPOwzGB8FPaB=s176-c-k-c0x00ffffff-no-rj"
        }
    },
    "download": [
        {
            "type": "audio/mp3",
            "quality": "320kbps",
            "size": "122.18 MB",
            "ul": "https://ve32.aadika.xyz/download/UFzpAh-x_IY/mp3/320/1672159764/5140ebd5e3e5499dd3aeb09efedf372dd81133722b9796fe5e7ff12b02b06d22/1?f=yt1s.io",
            "status": "success"
        },
        {
            "type": "video/mp4",
            "quality": "720p",
            "size": "429.81 MB",
            "ul": "https://redirector.googlevideo.com/videoplayback?expire=1672177526&ei=FhOrY8iQHtCngAeC5qKIBw&ip=139.59.128.21&id=o-AFHZ2GHf0dGDLUHoI35LBYYMjbHabhAOrDXmPDlT0hkW&itag=22&source=youtube&requiressl=yes&mh=CQ&mm=31%2C26&mn=sn-4g5ednsl%2Csn-5hne6nsr&ms=au%2Conr&mv=m&mvi=5&pl=19&initcwndbps=218750&spc=zIddbFxSmCF0PU84UbJl0XYNdwltk6o&vprv=1&svpuc=1&mime=video%2Fmp4&cnr=14&ratebypass=yes&dur=3203.053&lmt=1651456999441372&mt=1672155412&fvip=2&fexp=24001373%2C24007246&c=ANDROID&txp=4432432&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cspc%2Cvprv%2Csvpuc%2Cmime%2Ccnr%2Cratebypass%2Cdur%2Clmt&sig=AOq0QJ8wRQIhAPj5J9idiYSMXyGNZpcT4o_QODXzOSYr7dnAxIIBih9MAiAAqn26RbOcMQ38znPOjoD-s80u0nqv6fyx_CHyaWafOg%3D%3D&lsparams=mh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&lsig=AG3C_xAwRQIhAIZx9hGMHrG4ncEX_NQ9LMuJm7gys-b-sTsJgdrS1HsYAiAMHVxjkwXOtmiYnX52jtKLR_uDFQIrJTOfL4wLtMfB6g%3D%3D&host=rr5---sn-4g5ednsl.googlevideo.com&title=Where%20did%20we%20come%20from?%20-%20Science%20Documentary%20with%20Neil%20DeGrasse%20Tyson",
            "status": "success"
        }
    ]
}

API

Use the ytdownloader api by clicking here

Developed by yandricr

1.0.9

1 year ago

2.0.0

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago