Code Monkey home page Code Monkey logo

jabletvdownload's Introduction

JableTVDownload

下載JableTV好幫手

每次看正要爽的時候就給我卡住轉圈圈

直接下載到電腦看沒煩惱

vitual env

python3 -m venv jable
source jable/bin/activate. # MacOS

requirements

pip install -r requirements.txt

安裝 FFmpeg (未安裝也能下載 但影片拖拉時間軸會有卡幀情況發生)

執行程式(Execute)

python main.py

輸入影片網址(Input video url)

https://jable.tv/videos/ipx-486/
image

等待下載(Wait download)

image

完成(Finish)

image

如果覺得好用 再麻煩給個星星好評 謝謝!!

#####選擇性使用(Optional use)#####

使用FFmpeg轉檔優化 : 參數能自己調(Use FFmpeg encode)

cd ipx-486
ffmpeg -i ipx-486.mp4 -c:v libx264 -b:v 3M -threads 5 -preset superfast f_ipx-486.mp4

image

轉檔完成(Finish encode)

image

Argument parser

$python main.py -h

$python main.py --random True

可以直接下載隨機熱門影片

可以直接在cmd line指定url。

更新日誌(Update log)

🚗 2022/1/25 下載結束後抓封面 v1.8
🐶 2021/6/4 更改m3u8得到方法(正則表達式) v1.7
🌏 2021/5/28 更新代碼讓Unix系統(Mac,linux等)能使用 v1.6
🍎 2021/5/27 更新爬蟲網頁方法 v1.5
🌳 2021/5/20 修改編碼問題 v1.4
🌈 2021/5/6 增加下載進度提示、修改Crypto問題 v1.3
⭐ 2021/5/5 更新穩定版本 v1.2

jabletvdownload's People

Contributors

hcjohn463 avatar vertexi avatar rayoct18 avatar aimeee avatar uranus0206 avatar poseidon0206 avatar jiehong-liu avatar riroaki avatar

Watchers

James Cloos 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.