GithubHelp home page GithubHelp logo

lkzcman / stealer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moyada/stealer

0.0 1.0 0.0 3.98 MB

抖音、快手、火山、皮皮虾,视频去水印程序

License: MIT License

Shell 0.17% JavaScript 19.10% Python 70.51% HTML 1.05% Vue 8.23% Dockerfile 0.94%

stealer's Introduction

Sealer

Docker workflow Docker Pulls

抖音、快手、BiliBili、皮皮虾。。。去水印程序

💡出现解析失败可在 issue 中提问,请提供可用于复现的平台信息分享链接

应用部署

# git clone
git clone https://github.com/moyada/stealer
cd stealer

# install python dependencies
pip3 install -r requirements.txt
playwright install chromium

配置 core/config.py

# 下载高清b站视频
bilibili_cookie = "xxxx"

或使用接口 /env?key=bilibili&value=xxxx

⚠️ 注意:下载bilibili视频会需要使用 ffmpeg 合成,下载耗时较久

python3 manage.py runserver 0.0.0.0:8000

下载解压完运行 start.shrun.sh,通过浏览器打开 localhost:8000 进入使用页面。

  • 点击解析获取视频信息
  • 点击下载直接下载视频

试用地址

Docker 方式部署

docker stop -t 300 stealer
docker rm -f stealer

docker pull xueyikang/stealer

mkdir -p stealer-logs
docker run -d --name stealer -p 8000:8000 -v `pwd`/stealer-logs:/app/logs -e BILIBILI_COOKIE= --restart=always xueyikang/stealer:latest

使用 Docker-Compose 部署

docker-compose build

# Run in Terminal
docker-compose up

# Run in background
docker-compose up -d

stealer's People

Contributors

dependabot[bot] avatar mai0313 avatar moyada avatar pycgo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.