Skip to content

Instantly share code, notes, and snippets.

View kajju027's full-sized avatar
πŸ’Έ

ꕢᴀʏᴀɴ ᴏᴀΙͺ 🌐 kajju027

πŸ’Έ
View GitHub Profile
@Corex24
Corex24 / cplay.js
Last active November 3, 2025 23:02
🎢 No description? πŸ˜… Ohkay ohkay... Fast response powered by David Cyril’s API ⚑️ β€” Made by Corex with πŸ’™
// Created by Corex with πŸ’™
// github.com/Corex24
//
// t.me/corex2410
const { bot } = require('../lib/')
const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args))
// adaptado de https://github.com/BrunoSobrino/TheMystic-Bot-MD/blob/master/plugins/adult-xnxxsearch.js y https://github.com/BrunoSobrino/TheMystic-Bot-MD/blob/master/plugins/adult-xnxxdl.js
const axios = require('axios');
const cheerio = require('cheerio');
const { bot } = require('../lib');
class XXXHandler {
constructor() {
this.baseUrl = 'https://www.xnxx.com';
}