Skip to content

loo-kuhs/tiktok-live-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Live Stream Downloader

This is a refactored version of tiktok-live by Pauloo27.

Project Status

This project is currently in development. Before open a issue, please read all the requirements, installation and usage section.

GitHub top language GitHub last commit GitHub repo size GitHub code size in bytes

☕ Support Me on Ko-fi

Found this tool helpful? That’s awesome — I’m glad it helped!
If you'd like to support future updates or just say thanks, you can optionally buy me a coffee:

ko-fi

Installation

Requirements

This project requires ffmpeg to be installed on your system. You can download it from the official ffmpeg website.

This project uses native fetch, so you need to have Node.js 18.0.0 or higher installed on your system. You can download it from the official Node.js downloads page.

Install ffmpeg on Windows:

choco install ffmpeg-full
# or
scoop install ffmpeg
# or
winget install ffmpeg

Install ffmpeg on Linux:

sudo apt install ffmpeg

Install ffmpeg on MacOS:

brew install ffmpeg

Usage

Clone the repository:

git clone https://github.com/loo-kuhs/tiktok-live-downloader.git

Install dependencies:

npm install

Build the project:

npm run esbuild

Run the project:

node build/cli.js <username> --output <output> --format <format>
# or
node build/cli.js <username> -o <output> -f <format>
# or
node build/cli.js <username> -o <output>
# or
node build/cli.js <username> -f <format>
# e.g.
node build/cli.js mrbeast --output mydownloads --format mp4

Note: Last tested into Windows 11 with Node.js 22.14.0, npm 11.4.0 and ffmpeg 7.1.1-full_build.

Open Issues

Before open a issue, please read all the requirements, installation and usage section. If you have any questions, please open a issue answering the following questions:

  • What is the problem? (Please describe and provide logs and/or screenshots)
  • What version of Node.js and npm are you using?
  • What operating system are you using?
  • Are you using the latest version of the project?
  • Did you follow all the requirements, installation and usage section?
  • Did you try to run the project on another operating system/environment?

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Thanks to Pauloo27 for the original project code base.

About

This is a console application built in TypeScript for downloading live shows from TikTok.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published