Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 2.63 KB

README_CN.md

File metadata and controls

73 lines (47 loc) · 2.63 KB

xvideos-dl

Build status Python Version Dependencies Status

Code style: black Security: bandit Pre-commit Semantic Versions License

https://xvideos.com H 片命令行下载工具

工具特点

  • 下载单个视频(需视频播放页的 URL)
  • 下载收藏夹中的所有视频(需收藏夹页的 URL)
  • 下载用户上传的所有视频(需用户首页的 URL)
  • 下载频道发布的所有视频(需频道首页的 URL)
  • 分段高速下载,断点下载,进度与状态显示

使用说明

安装工具 xvideos-dl

pip install -U xvideos-dl

获取工具使用帮助

xvideos-dl --help

下载视频

注意:首此使用时,程序会出现提示语要求输入 Cookie,用个人账号登录 https://xvideos.com 获取 Cookie 粘贴到终端,即可继续运行。Cookie 可以长期使用。

只需一行命令,下载单个 / 收藏夹 / 用户上传 / 频道发布 的所有视频

xvideos-dl https://www.xvideos.com/video37177493/asian_webcam_2_camsex4u.life https://www.xvideos.com/favorite/71879935/_ https://www.xvideos.com/profiles/mypornstation https://www.xvideos.com/channels/av69tv  

示例

Release History

1.1.0

New Features:

  • Download all videos uploaded by users.
  • Download all videos posted by the channel.
  • Download single, playlist, user uploaded and channel posted videos in one command.
  • Optimize download status display.

1.0.1

New Features:

  • Download all videos in playlists.
  • Show download speed.

1.0.0

Initial release on PyPY.