Skip to content

hyperfield/yt-channel-downloader

Repository files navigation

YT Channel Downloader

Version Codacy Badge Donate via Ko-Fi Download YT Channel Downloader Download YT Channel Downloader

Download YT Channel Downloader

YT Channel Downloader is an intuitive desktop application built to simplify the process of downloading YouTube media content. Leveraging the robustness of yt-dlp and enriched with a modern PyQt 6 GUI, this tool offers a seamless experience to download your favorite content.

YT Channel Downloader Screenshot (Windows) YT Channel Downloader Screenshot (Windows) YT Channel Downloader Screenshot (Linux) YT Channel Downloader Screenshot (MacOS)


Change Log

Latest: 0.8.8

0.8.8

  • Fixed partial download progress restoration when refetching a playlist or channel list.
  • Added a search bar for filtering fetched items by title.
  • Made fetched item titles, URLs, and speed values read-only.
  • Fixed YouTube video downloads falling back to low quality too aggressively; improved browser-cookie login validation.
  • Improved application logging for YouTube auth and download troubleshooting.
  • Fixed playlist loading to use flat extraction and honor playlist limits/progress more reliably.
  • Added regression tests and docstring cleanup.

Full changelog.

Binaries

Download the latest binary releases here.

Features

  • Fetch & Replace / Fetch & Add: Replace the current list or append newly fetched items to it.
  • Search Within Fetched Items: Filter the current list by title with the built-in search field.
  • Fetch Video Listings: Input a YouTube video, playlist, or channel URL and get a list of matching items.
  • Selective Download: Choose exactly which videos you want to download, or select all at once.
  • Quality Control: Specify video/audio quality or opt to download only the associated audio track.
  • Download Marking: Keeps track of downloaded files for easier management.
  • Size & Time Estimates: Preview total download size and ETA before starting, with cancelable calculations.
  • Large-List Handling: Channels can be fetched in batches with Fetch Next, and playlists use configurable fetch limits to keep fetching responsive.
  • Thumbnail Previews & Downloads: See thumbnails as soon as items are fetched, and save them with your downloads.
  • Playlist Downloads: Download all or some videos from a playlist URL.
  • Channel Downloads: Download all or some videos from a channel URL.
  • Single Video or Audio Downloads: Paste any supported link (YouTube, Vimeo, Twitch, SoundCloud, Facebook, Instagram, Twitter/X, TikTok, Udemy*, Reddit, and more via yt-dlp) and download it. Bulk channel and playlist fetching remains YouTube-only.
  • Runtime Detection: Get guided prompts if an optional JavaScript runtime for yt-dlp is missing.
  • Browser-Cookie Login for Restricted YouTube Content: Reuse a signed-in browser profile for private, age-restricted, or premium YouTube content.

*Some providers (for example, Udemy or other premium services) still require valid browser cookies or provider-specific credentials. The in-app browser-cookie login flow is primarily intended for restricted YouTube downloads.

Coming Soon

Installation

Install from PyPI

The easiest way to get the desktop app is straight from PyPI. Make sure FFmpeg is installed (see below), then run:

pip install yt-channel-downloader

If you don't have pip, you can use python -m pip instead.

The package depends on yt-dlp[default], so the Python install will also pull in yt-dlp's recommended companion components such as yt-dlp-ejs. You still need an external JavaScript runtime like Deno or Node.js installed separately on your system for the best YouTube support.

To update the app to the latest version from PyPI:

pip install --upgrade yt-channel-downloader
yt-channel-downloader

Install the .deb (Debian/Ubuntu)

  1. Download the latest .deb from the releases page (or build one with ./scripts/create_binary.sh then ./scripts/create_deb.sh).
  2. Install it with apt so dependencies are resolved:
sudo apt install ./yt-channel-downloader_<version>_<arch>.deb
  1. Launch with:
yt-channel-downloader

MacOS or Linux (from source)

ffmpeg is needed for the app to work correctly, so make sure you have it on your system. Check in your terminal emulator if ffmpeg is installed:

ffmpeg -version

How to install ffmpeg on MacOS or Linux

You can download it from FFmpeg's official site or install it from a repository according to your OS distribution.

On MacOS with Homebew:

brew install ffmpeg

On Debian/Ubuntu:

sudo apt update
sudo apt install ffmpeg

On Fedora:

sudo dnf install ffmpeg

On Arch Linux:

sudo pacman -S ffmpeg

Recommended: JavaScript runtime (improves YouTube format coverage)

yt-dlp can use a JavaScript runtime to parse YouTube player code; having one installed reduces missing formats and silences runtime warnings. The Python dependency install includes yt-dlp's default extras, but it does not install an external runtime for you. Install any of:

  • Node.js via your package manager:
    • Debian/Ubuntu: sudo apt update && sudo apt install nodejs npm
    • Fedora: sudo dnf install nodejs npm
    • Arch Linux: sudo pacman -S nodejs npm
    • macOS (Homebrew): brew install node
  • Deno (alternative runtime): see install instructions at deno.com

Install YT Channel Downloader

Clone the repository
git clone https://github.com/hyperfield/yt-channel-downloader.git
Navigate into the directory
cd yt-channel-downloader
Create a virtual environment
python3 -m venv .venv
Activate the virtual environment

For bash/zsh:

source .venv/bin/activate

For fish:

source .venv/bin/activate.fish
Install the project in editable mode
pip install -e .
Run the program
yt-channel-downloader

To deactivate the virtual environment after usage, type

deactivate

Windows

ffmpeg is needed for the app to work correctly, so make sure you have it on your system. Open the command line (CMD) and type

ffmpeg -version

to check if it's on your system.

How to install ffmpeg on Windows

  1. Download ffmpeg:

  2. Extract the files:

    • Extract the downloaded archive to a directory, such as C:\ffmpeg.
  3. Add ffmpeg to your system PATH:

    • Open the Start menu and search for "Environment Variables".
    • Select "Edit the system environment variables".
    • In the "System Properties" window, click on the "Environment Variables" button.
    • Under "System variables", find the Path variable and select it. Then click "Edit".
    • Click "New" and add C:\ffmpeg\bin to the list. Click "OK" to close all the windows.
  4. Verify the installation:

    • Open Command Prompt (CMD).

    • Run the following command:

      ffmpeg -version
    • You should see the version information for ffmpeg if it is correctly installed.

Recommended: Node.js runtime (improves YouTube format coverage)

yt-dlp can use a JavaScript runtime to parse YouTube player code; having Node.js installed reduces missing formats and silences runtime warnings. The Python package install includes yt-dlp's default extras, but Node.js or Deno must still be installed separately.

  • Download and install the LTS version from nodejs.org
  • Or with Chocolatey: choco install nodejs-lts
  • Or with Scoop: scoop install nodejs-lts
  • Alternative runtime: Deno (install instructions on the homepage)

How to install YT Channel Downloader

Install or upgrade the app with pip (PowerShell or Command Prompt):

python -m pip install --upgrade yt-channel-downloader
yt-channel-downloader

Optional: run from a cloned repository

  1. Clone the repo and open PowerShell in the project root.

  2. Create and activate a virtual environment:

    python -m venv .venv
    .venv\Scripts\activate
  3. Install the project in editable mode:

    pip install -e .
  4. Launch the app:

    yt-channel-downloader
  5. Deactivate the environment when finished with deactivate.

How to Use

  1. Open the application and input a YouTube channel, playlist, or video URL.
  2. Go to File -> Settings and set your download preferences, including fetch limits for channels and playlists if needed.
  3. Press Fetch & Replace to replace the current list, or Fetch & Add to append new items to the existing list.
  4. Review thumbnails, the size/ETA preview, and the title search field; select the items you want to download.
  5. If you fetched a channel, use Fetch Next to load the next batch.
  6. Hit the Download button.

Settings & Troubleshooting

  • Fetch limits: File -> Settings lets you control the maximum number of videos fetched per channel and per playlist.
  • Proxy support: The Settings dialog includes HTTPS, SOCKS4, and SOCKS5 proxy options.
  • Browser cookies: Use File -> Use Browser Cookies for Login to choose a signed-in browser profile for restricted YouTube downloads. Once configured, the menu item changes to Clear Login.
  • Application logs: If something fails and you want to report it, check the app log in the config directory under logs/application.log. On Linux this is typically ~/.config/yt_chan_dl/logs/application.log.

Contributing

Please see CONTRIBUTING.md for the contribution workflow, commit message conventions, and attribution guidelines. Issues and pull requests are welcome.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Authors

  • hyperfield - Initial work and Documentation - hyperfield

See also the list of contributors who participated in this project.

Donation

If you like this application and want to support future development, I'll appreciate your donation via Ko-Fi or crypto. :)

Ko-Fi Visa Mastercard

Bitcoin: bc1pglp2m26kqatgm6z8vtuhk66jd74ghv948wtyhtgtj6wh30nzz6csjajv00

Ethereum: 0x9CEf6B928BF9fFd894ca83db1B822820917ca89a

Tron: TGq2z17jq8UruCNyyD5GU3weuyJSyM2zBp

Binance Smart Chain: 0x863F8f3fC38b7540110462884809621e2B9EE399

About

A Qt GUI app that makes it easy to selectively download multiple videos at once from Youtube and other platforms channels.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages