Skip to content

Instantly share code, notes, and snippets.

View sawich's full-sized avatar
🔪
Yandere Cafe

sawich

🔪
Yandere Cafe
View GitHub Profile
@sawich
sawich / deezer-mp3-download.js
Created July 12, 2017 03:17
Download - stream a deezer song / playlist / album in 320kbps, for educational purposes only ;). Strongly inspired by https://github.com/jaimehrubiks/deezer-download
const Promise = require("bluebird");
const request = require("request-promise");
const ID3Writer = require('browser-id3-writer');
const crypto = require('crypto');
const format = require('util').format;
const fs = require("fs");
const http = require('http');
// Download a deezer song / playlist / album