GithubHelp home page GithubHelp logo

leepapa / perfect_video_downloader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liuchangfreeman/perfectvideodownloader

0.0 0.0 0.0 18 KB

腾讯视频、优酷、爱奇艺下载器,满速、无水印

License: MIT License

JavaScript 14.55% Python 85.45%

perfect_video_downloader's Introduction

perfect_video_downloader

腾讯视频、优酷、爱奇艺视频下载器,满速、无水印

说明

本项目基于由N_m3u8DL-CLI提供的m3u8下载器,下载地址

必要条件

  1. Windows
  2. Python
  3. Chrome浏览器

安装步骤

1、解压perfect_video_downloader.zip到任意文件夹
2、运行pip命令安装必要的库

pip install -r requirements.txt

3、填写必要信息

# chrome浏览器路径
chrome_path=r"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
#视频保存的路径
path_to_save=r"C:\videos"
# 线程数
threads=64
# chrome使用的端口
port_chrome=9224

# 待下载的剧集
url_videos=[
  {
      "title": "庆余年: 第1集", "url": "https://www.iqiyi.com/v_19ruzj8gv0.html"
  }
]

4、在Chrome中登录您的会员账号(爱奇艺、腾讯、优酷)
5、在命令行中运行脚本

python main.py

perfect_video_downloader's People

Contributors

liuchangfreeman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.