Skip to main content

A package to dowload TikTok videos via URL

Project description

TikTokDL

A python package that downloads TikTok videos by URL

Usage

  1. Install the package
$ pip install tiktokdl
  1. Ensure that playwright has been installed
$ python -m playwright install
$ python -m playwright install-deps
  1. Import the package
from tiktokdl.download_video import get_video
  1. Run the function in an async context
video_url = ""

video_info = asyncio.run(
    get_video(
        video_url
    )
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tiktok-dlpy-1.1.0.tar.gz (6.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page