Make ZIM file from a Youtube channel, user or playlist(s)
Project description
Youtube2zim
youtube2zim
allows you to create a ZIM file
from a Youtube Channel/Username or one-or-more Playlists.
It downloads the videos (webm
or mp4
extension – optionally
recompress them in lower-quality, smaller size), the thumbnails, the
subtitles and the authors' profile pictures; It then produces JSON files containing content for the channel, playlists, and videos, which are used by the UI, which is a Vue.js application that needs to be compiled as a static website with Vite and is then embedded inside the ZIM.
youtube2zim
adheres to openZIM's Contribution Guidelines.
youtube2zim
has implemented openZIM's Python bootstrap, conventions and policies v1.0.2.
Documentation
For more details / advanced usage than what is in this README, see the Manual and FAQ/FEE.
# Requirements
Installation
Here comes a few different ways to install youtube2zim
.
Virtualenv
youtube2zim
is a Python3 software. If you are not using the Docker image,
you are advised to use it in a virtualenv to avoid installing software
dependencies on your system. Hatch is the proper tool to create the
virtualenv and install the software locally. Ensure to use proper Python version as well (see
pyproject.toml).
If you do not already have it on your system, install hatch to build the software and manage virtual environments (you might be interested by our detailed Developer Setup as well, especially regarding how to configure hatch globally for proper detection of its virtual environments by Visual Studio Code).
pip3 install hatch
Start a hatch shell: this will install software including dependencies in an isolated virtual environment.
cd scraper
hatch shell
youtube2zim --help # Display youtube2zim help
Docker
docker run -v my_dir:/output ghcr.io/openzim/youtube youtube2zim --help
Usage
youtube2zim
uses Youtube API v3 to fetch data from Youtube. You thus need to provide an API_KEY
to use the scraper.
To get an API Key:
- Connect to Google Developers Console
- Create a new Project then Select it.
- When asked, choose Create Credentials and select the API Key type. (Credentials page)
You can then create a ZIM from a singe channel / user / handle like Vsauce
:
youtube2zim --api-key "<your-api-key>" --type channel --id "Vsauce" --name "tests_hi_avanti"
When --type channel
is used, you must pass one single value in --id
and it can be the channel, user or playlist, or even the corresponding technical ID (see FAQ/FEE for more details).
Or you can create a ZIM from two playlists like PL3rEvTTL-Jm8cBdskZoQaDTlDT4t7F6kp
and PL3rEvTTL-Jm_OuyYpMfxtJW3Mcr9fFS2Z
:
youtube2zim --api-key "<your-api-key>" --type playlist --id "PL3rEvTTL-Jm8cBdskZoQaDTlDT4t7F6kp,PL3rEvTTL-Jm_OuyYpMfxtJW3Mcr9fFS2Z" --name "tests_hi_avanti"
When --type playlist
is used, you can pass multiple playlist IDs separated by a comma in --id
.
For more details / advanced usage, see the Manual.
Notes
- Your API_KEY is subject to usage quotas (10,000 requests/day by default). Be careful to not waste your quota, especially when scraping large channels.
youtube2zim-playlists
youtube2zim
produces a single ZIM file for a youtube request (channel
, user
, handle
, playlist
).
youtube2zim-playlists
allows you to automatically create one ZIM file per playlist of a given channel or user instead.
This script is a wrapper around youtube2zim
and is bundled with the main package.
Usage
Sample usage:
youtube2zim-playlists --indiv-playlists --api-key XXX --type channel --id Vsauce --playlists-name="vsauce_en_playlist-{playlist_id}"
Those are the required arguments for youtube2zim-playlists
but you can also pass any regular youtube2zim
argument. Those will be forwarded to youtube2zim
(which will be run independently for each playlist).
For more details / advanced usage, see the Manual.
Development
Before contributing be sure to check out the CONTRIBUTING.md guidelines.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file youtube2zim-3.2.0.tar.gz
.
File metadata
- Download URL: youtube2zim-3.2.0.tar.gz
- Upload date:
- Size: 34.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e6948b5e9fbab8aa901009ca8f67b104e36e0586f0bd6d7cea66f3ca74b67d1 |
|
MD5 | 485e4353b99b01d1764d3d825bbc35f6 |
|
BLAKE2b-256 | b670341dd6f22c2329743a062b2c4df0a65b47fc0a9df4a1c532dd7839c2b777 |
File details
Details for the file youtube2zim-3.2.0-py3-none-any.whl
.
File metadata
- Download URL: youtube2zim-3.2.0-py3-none-any.whl
- Upload date:
- Size: 29.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65b02279a6597bf6a130a062460a40bfcc8302a4d09d7f3baa3fabff86260f78 |
|
MD5 | 045b55609c23e3ed64438457c9a681d8 |
|
BLAKE2b-256 | 4cdc263cfc8d1b5c31363c2eb48f9ed5b41a8b5dbed9f5b832b63ad4f4196594 |