Skip to content

Instantly share code, notes, and snippets.

View Patrick-web's full-sized avatar

Just Patrick Patrick-web

View GitHub Profile
var https = require("follow-redirects").https;
var fs = require("fs");
var options = {
method: "GET",
hostname: "www.megalobiz.com",
path:
"/lrc/maker/download-music-lyrics-lrc-generated-files?qry=helplessly%20tatiana%20manaois",
maxRedirects: 20,
};
var https = require("follow-redirects").https;
var fs = require("fs");
var options = {
method: "GET",
hostname: "www.megalobiz.com",
path:
"/lrc/maker/download-music-lyrics-lrc-generated-files?qry=helplessly%20tatiana%20manaois",
maxRedirects: 20,
};