Skip to content

Instantly share code, notes, and snippets.

@xbladev
xbladev / gist:145df30cf34d45aa7b6344794927dca6
Last active February 20, 2026 07:49
Instragram dl netdna-ssl.com
//Free Scrape Channel
// https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j
const axios = require('axios');
async function getInstaDetails(instaUrl) {
const baseDomain = 'https://netdna-ssl.com';
const client = axios.create({
//Free Scrape Channel
// https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j
const axios = require("axios");
const cheerio = require("cheerio");
async function instaSaveDownloader(instaUrl) {
try {
if (!instaUrl.includes("instagram.com")) {
@xbladev
xbladev / gist:8b822dfb1b0d5c8d1f6fa7600cb0a190
Created February 18, 2026 16:17
spotify dl spotitrack com
// Scraper
const tempDir = path.join(__dirname, 'temp_spotify');
if (!fs.existsSync(tempDir)) fs.mkdirSync(tempDir);
const fileName = `spotify_${Date.now()}.mp3`;
const filePath = path.join(tempDir, fileName);
async function downloadSpotify(url) {
const targetApi = 'https://spotitrack.com/api/proxy/download';
//Free Scrape Channel
// https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j
// WHITECREAM AI SCRAPER and CASE
case "ai2": {
await socket.sendMessage(sender, { react: { text: "✍️", key: msg.key } });
const text = args && args.length > 0 ? args.join(" ") : null;
//Free Scrape Channel
// https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j
async function ytdl(youtubeUrl, format = "mp3", quality = "128k") {
try {
const headers = {
"Content-Type": "application/json",
"Origin": "https://ytmp3.gg",
"Referer": "https://ytmp3.gg/",
//Free Scrape Channel
// https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j
const axios = require('axios');
const { v4: uuidv4 } = require('uuid');
async function askNoteGPT(userInput) {
const targetApi = 'https://notegpt.io/api/v2/chat/stream';
const randomId = uuidv4();
//Free Scrape Channel
// https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j
// SPOTIFY SCRAPER
const axios = require('axios');
async function getSpotifyDownloadLink(spotifyUrl, coverUrl) {
try {
//Free Scrape Channel
// https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j
// YTMP3 SCRAPER
const axios = require('axios');
async function getYouTubeMp3(youtubeUrl) {
try {
const videoId = youtubeUrl.split('be/')[1]?.split('?')[0] || youtubeUrl.split('v=')[1]?.split('&')[0];
//Free Scrape Channel
// https://whatsapp.com/channel/0029Vb6xGdD11ulNhYPtMt3j
// Thanks to Agung
const axios = require('axios');
async function scrapeFstiker(input) {
let name = input.trim();
const axios = require("axios");
const https = require("https");
const fs = require("fs");
const FormData = require("form-data");
const sizeOptions = [
"1216x832", "1152x896", "1344x768", "1563x640",