Git Product home page Git Product logo

douyinparsing's Introduction

English|简体中文

DouyinParsing

All-in-one analysis and download of TikTok(China) no-watermark videos, background music, author IDs, author nicknames, work titles, etc.

Features

  • Parse no-watermark videos
  • Parse background music
  • Parse video titles
  • Parse author nickname
  • Parse author ID
  • No need to remove extra characters
  • TikTok parsing
  • Download all videos with one click

Update

July, 2022

  • The Python version has been uploaded to PyPi and this project is no longer maintained. missuo/DouyinParser

April, 2022

January, 2021

  • improved stability
  • speed increase
  • PHP interface

Usage

Web Version(Recommended)

https://dy.nisekoo.com web

iOS Shortcuts

Add Shortcuts

Click Share -> Copy link -> Run Shortcuts. The download will be completed automatically.

Android App

Developing...Coming soon...

Call Interface - For Developers

  • Please be careful not to use my interface for any profit-making activities.
  • I don't have any restrictions on the number of times the interface can be used.
  • Developers can call it an unlimited number of times to finish the parsing of the applet or other versions.
  • No need to remove any Chinese characters when passing in parameters.
  • Support GET and POST requests
  • Please remove the referrer in the jump

rel="noopener noreferrer" or <meta name="referrer" content="never">

API: https://api.missuo.me/douyin

Example: (Send GET Request)

https://api.missuo.me/douyin?url=https://v.douyin.com/JHC3f6U/

Response(Success):

{
    "code": 200,
    "status": "success",
    "mp4": "https://aweme.snssdk.com/aweme/v1/play/?video_id=v0300fac0000bunodsrcdphlft5871u0&ratio=720p&line=0",
    "mp3": "https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/6889721604616899336.mp3",
    "desc": "与其隔空要求的忠诚 不如让彼此自由",
    "id": "20377085",
    "nickname": "拔刀小爱神"
}

Response(Failed):

{
    "code": 404,
    "status": "failed",
    "msg": "Missing URL parameter!"
}
{
    "code": 404,
    "status": "failed",
    "msg": "Incomputive URL is incorrect!"
}

Python Version

The open source code for this repository missuo/DouyinParser.

License

Apache License 2.0

Forbidden for any commercial use

douyinparsing's People

Contributors

missuo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

douyinparsing's Issues

$ is not defined

It might has some issues on the web version, the console says: $ is not defined.

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.