Code Monkey home page Code Monkey logo

mayi-douyin-nocode's Introduction

短视频去水印小程序 MaYi-DouYin-NoCode

一款短视频去水印,去水印小工具,短视频无水印,短视频去水印,免费去水印,提取无水印视频,支持抖音,火山,西瓜视频视频等。

预览

技术

Springboot + 小程序

文档结构

小程序前端 MaYi-DouYin-NoCode-Applet
Springboot后端 MaYi-DouYin-NoCode-Admin

感谢

小程序前端样式:https://github.com/ithere/douyindownload-miniapp

部署

修改一下参数和配置

0.前端:app.js

globalData: {
    userInfo: null,
    default: '后端接口的url'
}

1.后端: /src/main/resources/application.properties

server.port=8081
server.servlet.context-path=/applet

mayi.ftpAddress=localhost
mayi.ftpPort=21
mayi.ftpUsername=mayi
mayi.ftpPassword=ftp密码
mayi.ftpUrl=ftpip地址/assets/video/
mayi.ftpPath=/assets/video/

spring.servlet.multipart.max-file-size=200MB
spring.servlet.multipart.max-request-size=200MB

/src/main/java/com/ants/douyin/util/download/DownloadUtil.java

private static final String basic = "ftp的ip地址";

效果

0.首页

1.除水印下载

2.视频去MD5

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.