Skip to content

RFIunknown/UBS

Repository files navigation

-----------------------------------------------------

UBS

Note: Source Recode From https://github.com/xct007/frieren-scraper

List features

Feature Status
Games
Downloader

Installations.

Using GitHub version to test latest fix/update.

npm install github:RFIunknown/UBS

Example use

Downloader

Youtube

// import module
import { youtubedl } from '@RFIunknown/UBS'

const data = await youtubedl('https://youtu.be/iik25wqIuFo')
console.log(data) // JSON
const resolutions = Object.keys(data.video) // List of resolution/quality
console.log(resolutions) 
const url = await data.video[resolutions[0]].download() // Download '720p' video
console.log(url) // string

Instagram

import { instagram } from "@RFIunknown/UBS";

// fetch direct download url
const Obj = await instagram("https://instagram_URL");
console.log(Obj);

Facebook.

import { facebook } from "@RFIunknown/UBS";

const Obj = await facebook("https://FACEBOOK_URL");
console.log(Obj);

Games

Family00

import { family100 } from '@RFIunknown/UBS'

const data = await family100()
console.log(data) // JSON

Asah Otak

import { asahotak } from '@RFIunknown/UBS'

const data = await asahotak()
console.log(data) // JSON

Tebak Kata

import { tebakkata } from '@RFIunknown/UBS'

const data = await tebakkata()
console.log(data) // JSON
xct007 BochilTeam RFIunknown
xct007 BochilTeam RFIunknown
Source Bawaan Beberapa Kode Pengembang ulang