Skip to content
/ dyapi Public

多元API,抖音、快手、B站、头条、西瓜等短视频平台的无水印视频下载解析接口服务,支持小程序一键解析

License

Notifications You must be signed in to change notification settings

samxxxxx/dyapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dyapi 多元API,抖音、快手、B站、头条、西瓜等短视频平台的无水印视频下载解析接口服务,支持小程序一键解析

  • 日志

Serilog

  • AutoMapper

AutoMapper

  • http组件

flurl

微信小程序Demo

可保存视频到相册,生成无水印链接

怎么用?

git拉取代码

git clone https://github.com/samxxxxx/dyapi.git
  • 修改DYApi项目下的appsettings.Development.json文件中ConnectionStrings:Default Mysql数据库链接服务器地址、用户名、密码,默认链接为:server=127.0.0.1;port=3306;database=dydb;uid=root;password=.

  • 修改Serilog配置,connectionString修改实际的用户账户信息。

  "Serilog": {
    "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.MySQL" ],
    "MinimumLevel": "Information",
    "WriteTo": [
      { "Name": "Console" },
      {
        "Name": "MySQL",
        "Args": {
          "connectionString": "server=127.0.0.1;port=3306;database=dydb;uid=root;password=.;CharSet=utf8mb4",
          "tableName": "logging",
          "storeTimestampInUtc": true
        }
      }
    ]
  },

数据库迁移

cd dyapi/src/DYApi.EntityframeworkCore/

dotnet ef database update

完成,运行项目

开发者

About

多元API,抖音、快手、B站、头条、西瓜等短视频平台的无水印视频下载解析接口服务,支持小程序一键解析

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages