A package to dowload TikTok videos via URL
Project description
TikTokDL
A python package that downloads TikTok videos by URL
Usage
- Install the package
$ pip install tiktokdl
- Ensure that playwright has been installed
$ python -m playwright install
$ python -m playwright install-deps
- Import the package
from tiktokdl.download_video import get_video
- Run the function in an async context
video_url = ""
video_info = asyncio.run(
get_video(
video_url
)
)
Project details
Release history Release notifications | RSS feed
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)