All Projects → maple3142 → Ytdl

maple3142 / Ytdl

Licence: mit
Get youtube video download url

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ytdl

Alltomp3 App
Download and Convert YouTube, SoundCloud & Spotify in MP3 with full tags (title, artist, genre, cover, lyrics 🔥)
Stars: ✭ 920 (+397.3%)
Mutual labels:  download, youtube
Youtube explode dart
Port of YoutubeExplode to dart
Stars: ✭ 76 (-58.92%)
Mutual labels:  download, youtube
Firedm
python open source (Internet Download Manager) with multi-connections, high speed engine, based on python, LibCurl, and youtube_dl https://github.com/firedm/FireDM
Stars: ✭ 977 (+428.11%)
Mutual labels:  download, youtube
YoutubePlayer
Play and download YouTube videos. Extract audio from video. With minimalist beautiful gui.
Stars: ✭ 19 (-89.73%)
Mutual labels:  youtube, download
Android Youtubemp3
Download videos as mp3 directly from Youtube Android App
Stars: ✭ 124 (-32.97%)
Mutual labels:  download, youtube
Pantheon
The fastest YouTube downloader.
Stars: ✭ 32 (-82.7%)
Mutual labels:  youtube, download
Spotify Onthego
Download Spotify playlists by searching for audio files on YouTube
Stars: ✭ 66 (-64.32%)
Mutual labels:  download, youtube
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+8748.11%)
Mutual labels:  youtube, download
Youtubeexplode
The ultimate dirty YouTube library
Stars: ✭ 1,775 (+859.46%)
Mutual labels:  download, youtube
Alltube
Web GUI for youtube-dl
Stars: ✭ 1,925 (+940.54%)
Mutual labels:  download, youtube
Youtube Dl Rest
Youtube & BiliBili 视频在线解析下载 -- Website for download the Youtube & BiliBili videos.
Stars: ✭ 242 (+30.81%)
Mutual labels:  download, youtube
Java Youtube Downloader
Simple, almost zero-dependency java parser for retrieving youtube video metadata
Stars: ✭ 160 (-13.51%)
Mutual labels:  download, youtube
Anydlbot
An Open Source GPLv3 All-In-One Telegram Bot
Stars: ✭ 236 (+27.57%)
Mutual labels:  download, youtube
Ytmdl Web V2
Web version of ytmdl. Allows downloading songs with metadata embedded from various sources like itunes, gaana, LastFM etc.
Stars: ✭ 398 (+115.14%)
Mutual labels:  download, youtube
Scdlbot
Telegram Bot for downloading MP3 rips of tracks/sets from SoundCloud, Bandcamp, YouTube with tags and artwork.
Stars: ✭ 210 (+13.51%)
Mutual labels:  download, youtube
Yaydl
yet another youtube down loader (Git mirror)
Stars: ✭ 45 (-75.68%)
Mutual labels:  download, youtube
Youtubedownloader
Downloads videos and playlists from YouTube
Stars: ✭ 2,202 (+1090.27%)
Mutual labels:  download, youtube
Downline
Free cross-platform desktop app to download videos and music from YouTube and many other sites
Stars: ✭ 146 (-21.08%)
Mutual labels:  download, youtube
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (-8.65%)
Mutual labels:  download, youtube
Vidsum
Generate summary of any video 📺 anywhere and anytime
Stars: ✭ 170 (-8.11%)
Mutual labels:  youtube

ytdl

Get youtube video download url

JSON api

A sample url to get information of DAOKO × 米津玄師『打上花火』MUSIC VIDEO.

https://ytdl.maple3142.net/api?id=-tKVN2mAKRI

To download other video, just change id in the url.

Formatted version

https://ytdl.maple3142.net/api?id=T2pdmZhDXfo&format=1

You can append format=1 to get a human readable JSON.

Graphql

Graphiql: https://ytdl.maple3142.net/graphql

Example

Query:

query ($id: String!) {
  search(id: $id) {
    meta {
      title
      thumbnail_url
      author
      view_count
    }
    stream {
      quality
      type
      url
      itag
    }
  }
}

Variables:

{
  "id": "XogSflwXgpw"
}

Userscript

Local YouTube Downloader

Source Code

A simple youtube link fetcher implemented in browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].