All Projects → WangxuHub → YoukuDownload

WangxuHub / YoukuDownload

Licence: other
youku 视频下载

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to YoukuDownload

Selenium.HtmlElements.Net
Elements model for Selenium.WebDriver
Stars: ✭ 26 (+116.67%)
Mutual labels:  selenium
Baidu-Index
精准的百度指数抓取
Stars: ✭ 14 (+16.67%)
Mutual labels:  selenium
SWET
Selenium WebDriver Page Test / workflow recorder (successor to SWD recorder)
Stars: ✭ 34 (+183.33%)
Mutual labels:  selenium
HeyDownload
音视频网站解析脚本
Stars: ✭ 18 (+50%)
Mutual labels:  youku
whatsapp-bot
Made with Python and Selenium, can be used to send multiple messages and send messages as characters made of emojis
Stars: ✭ 34 (+183.33%)
Mutual labels:  selenium
Selenium-Foundation
Selenium Foundation is an automation framework designed to extend and enhance the capabilities provided by Selenium (WebDriver).
Stars: ✭ 51 (+325%)
Mutual labels:  selenium
WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (+125%)
Mutual labels:  selenium
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+691.67%)
Mutual labels:  selenium
codeigniter-tettei-apps
『CodeIgniter徹底入門』のサンプルアプリケーション(CodeIgniter v3.1版)
Stars: ✭ 26 (+116.67%)
Mutual labels:  selenium
Mobilenium
Mobilenium allows you to use Selenium and have access to status codes and HTTP headers, without the need for manual labor.
Stars: ✭ 22 (+83.33%)
Mutual labels:  selenium
extensiveautomation-server
Extensive Automation server
Stars: ✭ 19 (+58.33%)
Mutual labels:  selenium
SeleniumDemo
Selenium automation test framework
Stars: ✭ 84 (+600%)
Mutual labels:  selenium
callisto
Callisto is an open-source Kubernetes-native implementation of Selenium Grid.
Stars: ✭ 83 (+591.67%)
Mutual labels:  selenium
selenium-openapi
The missing Selenium OpenAPI spec
Stars: ✭ 25 (+108.33%)
Mutual labels:  selenium
Google-DSC-Platform-Extension
Hello DSC Leads, Automate your process of adding attendees manually.
Stars: ✭ 16 (+33.33%)
Mutual labels:  selenium
FaucetCryptoBot
A bot for FaucetCrypto a cryptocurrency faucet. The bot can currently claim PTC ads, main reward and all the shortlinks except exe.io and fc.lc.
Stars: ✭ 69 (+475%)
Mutual labels:  selenium
scribd-dl
Command-line program to download Scribd documents in pdf format
Stars: ✭ 23 (+91.67%)
Mutual labels:  selenium
people-also-ask
People also ask Google scraper. Get as many questions as you need to optimize your site for voice or new content ideas or answering questions about your desired topic.
Stars: ✭ 39 (+225%)
Mutual labels:  selenium
dusker
Stand alone Laravel Dusk test suit, which do not require Laravel framework itself
Stars: ✭ 28 (+133.33%)
Mutual labels:  selenium
InstagramLocationScraper
No description or website provided.
Stars: ✭ 13 (+8.33%)
Mutual labels:  selenium

YoukuDownload

介绍

优酷视频下载

正在下载转码中

下载结果截图

完成后

下载结果截图

实现思路

使用selenium模拟用户登录和观看视频,捕获.m3u8(视频文件)、.ass(字幕文件)。最后将.m3u8下载转换为.ts文件,使用ffmpeg进行.ts文件和.ass字幕文件整合

使用说明

1.安装ffmpeg

下载地址: https://ffmpeg.zeranoe.com/builds/
将ffmpeg.exe放入tools文件夹中

2.填写优酷vip账号

重命名 youkuAccount.demo.py 为 youkuAccount.py,将优酷账号密码填入对应的位置

抓取视频合集
py main.py

或者 py main.py "分组名" "视频地址" 例如

py main.py "一拳超人 第二季" "https://v.youku.com/v_show/id_XNDEyMjM2MTgzNg==.html"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].