https://github.com/bbc-esq/youtube_player
A GUI to watch YouTube videos in peace without being bombarded with ads. Be careful you don't violate copyright laws....that's on you.
https://github.com/bbc-esq/youtube_player
pytubefix youtube-download youtube-downloader youtube-downloader-gui youtube-downloader-python youtubeviewers
Last synced: 3 months ago
JSON representation
A GUI to watch YouTube videos in peace without being bombarded with ads. Be careful you don't violate copyright laws....that's on you.
- Host: GitHub
- URL: https://github.com/bbc-esq/youtube_player
- Owner: BBC-Esq
- Created: 2025-01-11T12:37:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-05T18:40:05.000Z (4 months ago)
- Last Synced: 2026-04-12T09:28:34.984Z (3 months ago)
- Topics: pytubefix, youtube-download, youtube-downloader, youtube-downloader-gui, youtube-downloader-python, youtubeviewers
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### Requires [VLC Media Player](https://www.videolan.org/vlc/)
## Installation
### ⚙️ Windows Installer
> Download and run [```YouTubeDownloader_Setup.exe```](https://github.com/BBC-Esq/Youtube_Viewer_and_Downloader/releases/latest/download/YouTubeDownloader_Setup.exe).
### 💻 Within a Virtual Environment
> Download the latest release...unzip and extract...go to the directory containing ```main.py```...run these commands in order:
```
python -m venv .
```
```
.\Scripts\activate
```
```
python install.py
```
## Usage
```
.\Scripts\activate
```
```
python main.py
```