Video downloader for Toutiao
Project description
Download videos from toutiao.com
Installation
python3 -m pip install toutiao-video
Usage
Use in CMD
toutiao --help
toutiao -u xxxxx -t xxxxx
toutiao -u xxxxx -t xxxxx -d output
toutiao -u xxxxx -t xxxxx -l 5
toutiao -u xxxxx -t xxxxx -l 1 -d 1080p
toutiao -u xxxxx -t xxxxx -l 10 --dryrun
Use in Python
from toutiao.core import TouTiao
toutiao = TouTiao(user_id='user_id', tt_webid='tt_webid')
for n, item in enumerate(toutiao.list_user_feed(), 1):
if n > 5:
break()
print(item)
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
toutiao-video-1.0.0.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file toutiao-video-1.0.0.tar.gz
.
File metadata
- Download URL: toutiao-video-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4c9a6c839fcdaa0c0e95c31e9bfa6b1b4b9e12e7f618f824c7a69f014489a44 |
|
MD5 | dfd800b8e9ee9ade5386890e30d7b8b2 |
|
BLAKE2b-256 | 23972a3d087ce39cc51b478433d8dc0a0418198f89df854b7001a6be386a2d13 |
File details
Details for the file toutiao_video-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: toutiao_video-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7661a674fbfcff2be3585fd0e3ec5c13c445aeb1d8505ffa4b188c0b6ffa9496 |
|
MD5 | a40ffbbbb42ac2014a4cb03021651f44 |
|
BLAKE2b-256 | ff3060241600181947875edaf204892c42d6c2516dce61cef1d10168bc805856 |