Skip to content

Latest commit

 

History

History
193 lines (91 loc) · 5.42 KB

README-EN.md

File metadata and controls

193 lines (91 loc) · 5.42 KB

TikTokDownload

✨ Tiktok to watermark video download ✨

English Simplified Chinese

Tutorial use

  1. Before running the software, open the conf.ini file in the directory and configure it as required

Batch download can directly modify the configuration file. For single video download, please directly open the main program and paste the video sharing link

configuration screenshot

  1. PIP package is made for this project. You can enter PIP install tiktokdownload = = 1.2.3 to install

pypi release

pip install TikTokDownload

Package usage:

#example. py
#User homepage batch download
import TikTokMulti as MTK
MTK. TikTok()

#Single video download
import TikTokDownload as TK
TK. video_ download(*TK.main())

example.py need to ensure tiktokmulti.py and tiktokdownload.py both files are in the same directory

  1. How to compile

Run build.bat In the root directory ,can be prompted by the console, and the generated exeis in ./distdirectory

  1. Batch saving

batch save(old demo)

  • Skip downloaded

skip downloaded

  • Download all

Download all

  • Resource folder

resource folder 2

  • Folder Size

folder size

  1. Issues feedback

If you have any bugs or feedback, please https://github.com/Johnserf-Seed/TikTokDownload/issues launch

issues feedback

  1. Keep the single download mode tiktokdownload and batch download mode tiktokmulti

Note (common errors):

  1. A single video link should be distinguished from the user's home page link. The software flash back can view the error information through the terminal operation (generally the problem of wrong link)

For example:

  • error reporting

  • error reporting

Links must be entered carefully~

  1. Pay attention to the coding format of the configuration file (Notepad + + is recommended)

Correct:

UTF-8 correct

Error:

UTF-8 error

It's very windy. The UTF-8 saved as can't flash back. Metaphysics

  1. if long time tiktok is taken, it may be wrong to pose (API is rather strange). API

New

The new version after 4 / 23 supports the analysis of 1080p resolution video (Note: Although 1080p is downloaded, the original resolution is still the original resolution even if the original video does not meet 1080p)

720p vs 1080p

image

GUI version will be released soon

preview

Utools plug-in synchronous development

version 1.0.1

1.0.1 error

plug in market

V1. 2.5 console interface version

v1.2.5 console interface version

ToDo

  • no watermark Atlas download function

  • record work details to local database

  • local service detects the jitter, and focuses on updating user's work * (tiktok) *

  • optional function for batch downloading of all videos that have followed the user's home page

  • video analysis function of other platforms

Web version project

Johnserf-Seed/TikTokWeb