Skip to content

Latest commit

 

History

History

wechat_video

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

wechat_video

🪄 Function

Download videos from video posts by WeChat Official Accounts.

📖 Usage

Install the required packages by running:

pip install -r requirements.txt
usage: wechat_video.py [-h] [--output-dir OUTPUT_DIR] [--output OUTPUT] url

Download videos from video posts by WeChat Official Accounts.

positional arguments:
  url                   URL of the post or album

options:
  -h, --help            show this help message and exit
  --output-dir OUTPUT_DIR, -O OUTPUT_DIR
                        Output directory
  --output OUTPUT, -o OUTPUT
                        Output file name (in the case of a single file)

🍻 Example

You can test this project on the following URLs:

⚠️ Warning

This script is for educational purposes only. Please respect the intellectual property rights of the video creators.

🌐 Reference