- 前言:本次為pytube的基本練習
tags: 六角學院
主題:雜亂大全18-自製Youtube下載器
本篇重點:
- 練習使用pytube
安裝模組
1 | pip install pytube |
使用
1 | from pytube import YouTube |
官方文件
- python-pytube文件:
https://python-pytube.readthedocs.io/en/latest/
執行
本次使用pytube來下載Youtube
進行簡易的練習(加上try…except來除錯)
部分程式碼:
1 | yt_path="https://youtu.be/-2Pn4B8S1EM" |
改進
使用
1 | onProgress(stream, chunk, remaining) |
來進行數據調顯示
我設定成每10%更新一次
部分程式碼:
1 | total = stream.filesize |
改進:
- 執行一次run三回下載
完整範例:
1 | from pytube import YouTube |
參考資料
[1]如何用python下載youtube影片?https://ithelp.ithome.com.tw/articles/10229750
- 若有任何問題↓
- 請聯繫我:
liao86221@gmail.com
- 或填表: https://forms.gle/4FB5Tmtd9A7XcXjF8