Skip to content

TuTiDore/Streamlink-Plugin-Fansly

Repository files navigation

Streamlink Fansly Plugin

Install

Setup

Follow these instructions to get your token and user agent: https://github.com/Avnsx/fansly-downloader/wiki/Get-Started#manual-set-up.

Or formatted nicely to copy/paste into config.fansly

console.clear(); 
const activeSession = localStorage.getItem("session_active_session");
const { token } = JSON.parse(activeSession); 
console.log(`fansly-header-auth=${token}\nfansly-header-user-agent=${navigator.userAgent}`)

Put values into the example fansly config format and copy to %APPDATA%\streamlink\config.fansly

Usage

Only user_id is set up right now, which should just be a bunch of numbers 0-9. If you click on "live" on their profile, you will probably get live/username. You should be able to get the url with user_id from the home page.

streamlink fansly.com/<user_id> best

About

Streamlink plugin for fansly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published