Skip to content

Instantly share code, notes, and snippets.

View dandyraka's full-sized avatar
🚶‍♂️
Lontang lantung

Dandy Raka dandyraka

🚶‍♂️
Lontang lantung
View GitHub Profile
dana.id
link.dana.id
shp.ee
wa.me
tokopedia.link
tokopedia.com
onlyfans.com
tokopedia.app.link
danaindonesia.app.link
import pylottie
import sys
inFile = sys.argv[1]
outFile = sys.argv[2]
pylottie.convertLottie2Webp("./{}".format(inFile), "./{}".format(outFile))
144.126.138.140##+js(noeval-if, deblocker)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=144.126.138.140
@@||googleads.g.doubleclick.net/pagead/id$domain=144.126.138.140
=================== CHANNEL ===================
- MALAYSIA -
TV1-A
TV1-B
TV2-A
TV2-B
TV3-A
TV3-B
TV3-C
@dandyraka
dandyraka / download.php
Created December 20, 2021 09:49 — forked from nicklasos/download.php
Curl PHP multiple files downloading
<?php
function multiple_download(array $urls, $save_path = '/tmp')
{
$multi_handle = curl_multi_init();
$file_pointers = [];
$curl_handles = [];
// Add curl multi handles, one per file we don't already have
foreach ($urls as $key => $url) {
url=$1
if [[ "$url" == *"ouo.io"* ]]; then
ck=".ck.txt"
res=$(curl -ls $url -c $ck)
while true; do
if [[ "$res" == *"x-token"* ]] && [[ "$res" == *"_token"* ]] && ! [[ $res == *"Redirecting to"* ]]; then
token=$(echo $res | grep -Po '(?<=_token"\stype\="hidden"\svalue\=")([^"]+)')
url=$(echo $res | grep -Po '(?<=action\=")(http[^"]+)')
res=$(curl $url -sd "_token=$token&x-token=&v-token=" -b $ck)
echo -e "\x1b[96m[REDIRECT]\x1b[0m $url "
const fetch = require('node-fetch');
const originalUrl = "https://www.facebook.com/buzzfeedtasty/videos/558134848844881/";
const url = new URL(originalUrl);
const mobileUrl = `https://m.facebook.com${url.pathname}`;
fetch(mobileUrl)
.then(async res => {
const response = await res.text();
const find = response.match(/>{(.*?)}</);
== INDONESIA ==
ANTV
ATV
Berita Satu
CNBC Indonesia
CNN Indonesia
DAAI TV
Dunia Lain
GTV
IDX Channel
@dandyraka
dandyraka / readme.md
Last active July 14, 2021 05:42
DapurBuzzerTwibbon - Installation

Cara Install

  1. buka terminal
  2. composer install
  3. rename file .env.example jadi .env
  4. bikin database
  5. isi informasi database di .env

image

function decodeMorse(morseCode) {
let ref = {
'.-': 'a',
'-...': 'b',
'-.-.': 'c',
'-..': 'd',
'.': 'e',
'..-.': 'f',
'--.': 'g',
'....': 'h',