Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 989 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 989 Bytes

TikTokDownloader

This .NET MAUI application allows you to download videos with or without watermark as well as the sound of a video from TikTok. For this, just enter the URI (share or direct) of the video, hit the "Analyze" button and select the part you want to download.

The download is directly executed on your phone. So it is not dependent of any web services (besides TikTok itself). The app is NOT able to download private videos!

Contribute

To contribute in the development of this project, take a look at the Contribution guidelines for this project

Requirements

Requires .NET MAUI with .NET 7. Runs on Android with API Level 31+.

Tested platforms

The solution was tested on the following platforms:

  • Android
  • iOS
  • Mac Catalyst
  • Tizen
  • Windows

Planned features

  • Multi language
  • Light and dark theme
  • Automated tests
  • Multiple API endpoints
  • New graphics (Icon & SplashScreen)