https://github.com/12343954/youtube_4k8k_downloader
Youtube 4K/8K video downloader via python (2025), This code is only for learning, please DO NOT use it commercially.
https://github.com/12343954/youtube_4k8k_downloader
4k 4k-download 8k 8k-download download python pytube pytubefix youtube youtube-dl youtube-downloader
Last synced: 9 months ago
JSON representation
Youtube 4K/8K video downloader via python (2025), This code is only for learning, please DO NOT use it commercially.
- Host: GitHub
- URL: https://github.com/12343954/youtube_4k8k_downloader
- Owner: 12343954
- License: gpl-3.0
- Created: 2024-12-01T10:51:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T05:12:22.000Z (9 months ago)
- Last Synced: 2025-02-26T06:20:41.895Z (9 months ago)
- Topics: 4k, 4k-download, 8k, 8k-download, download, python, pytube, pytubefix, youtube, youtube-dl, youtube-downloader
- Language: Jupyter Notebook
- Homepage: https://github.com/12343954/youtube_4k8k_downloader
- Size: 361 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎬 Youtube 4K/8K downloader (2025)

A simple python script for downloading 4K/8K YOUTUBE video
[Features]
- Support 4K/8K video download
- Support proxies
- Beautiful console output
## 1. Dependencies
1. in terminal
```sh
brew install ffmpeg
```
2. in python code
```python
pytubefix
rich
ffmpeg-python
```
## 2. Installation
```sh
pip install -r requirements.txt
```
## 3. Run
1. in python
```
python main.py
```
2. in jupyter
```
jupyter notebook
```
## 4. Known Issues
1. Download failed.
1. Rerun this code
2. Try changing the backend proxy and IP
2. Download 8K video, need to provide, [see this](https://pytubefix.readthedocs.io/en/latest/user/po_token.html).
1. `YouTube(url_8k, use_po_token=True)`
2. poToken
3. visitorData
## 5. GPL3 license
This code is only for learning.
Please **DO NOT** use it commercially.
If there are any adverse consequences, it has nothing to do with me.
Enjoy it 😊