MCPcopy Index your code
hub / github.com/cool-dev-guy/vidsrc.ts

github.com/cool-dev-guy/vidsrc.ts @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
21 symbols 39 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

vidsrc.ts

A cool vidsrc(.me/.net/.xyz/.in/.io) extractor in typescript.(proof of concept)

QUICK

  • API (vercel) :

https://github.com/cool-dev-guy/vidsrc.ts/tree/vercel

Deploy with Vercel - MODULE (node/deno) :

https://github.com/cool-dev-guy/vidsrc.ts/tree/main

FEATURES

  • Nodejs & deno compatible (Deno : deno run --allow-net vidsrc.ts)
  • Function (tmdbScrape) importable in any server libs (axios/hono/cf-workers)
  • Deployable everywhere.

USAGE (INPUT)

import tmdbScrape from "vidsrc.ts"; 
console.log(await tmdbScrape("76479", "tv",1,1));

await tmdbScrape("TMDB_ID", "movie"); // movies (TMDB_ID:string,"movie")
await tmdbScrape("TMDB_ID","tv",1,1); // series (TMDB_ID:string,"tv",season:number,episode:number)

RETURN TYPE

** supposed to change later.

[
  {
    name: "",
    image: "",
    mediaId: "996",
    stream: "https://playlist.m3u8",
  }
]

Extension points exported contracts — how you extend this code

Servers (Interface)
(no doc)
src/vidsrc.ts
APIResponse (Interface)
(no doc)
src/vidsrc.ts
RCPResponse (Interface)
(no doc)
src/vidsrc.ts

Core symbols most depended-on inside this repo

bMGyx71TzQLfdonN
called by 2
src/helpers/decoder.ts
decrypt
called by 2
src/helpers/decoder.ts
serversLoad
called by 1
src/vidsrc.ts
PRORCPhandler
called by 1
src/vidsrc.ts
rcpGrabber
called by 1
src/vidsrc.ts
SqmOaLsKHv7vWtli
called by 1
src/helpers/decoder.ts
Iry9MQXnLs
called by 1
src/helpers/decoder.ts
IGLImMhWrI
called by 1
src/helpers/decoder.ts

Shape

Function 18
Interface 3

Languages

TypeScript100%

Modules by API surface

src/helpers/decoder.ts13 symbols
src/vidsrc.ts8 symbols

For agents

$ claude mcp add vidsrc.ts \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact