Skip to main content

Extract metadata for all videos from a youtube channel into a csv file.

Project description

youtube_extract

Extracts metadata for all videos from a youtube channel and exports it into a csv file.

Be sure to read the csv file using the tab character \t as field separator in your spreadsheet software of choice.

Requirements

  • youtube-dl

Installation

pip install youtube_extract

If you are an Archlinux user, you can install the AUR package youtube_extract-git.

Installation of the virtualenv (with pipenv)

pipenv install

Usage

If installed :

youtube_extract CHANNEL_URL

Otherwise, in the directory containing the source code :

python youtube_extract.py CHANNEL_URL

Help

python youtube_extract.py -h
usage: youtube_extract.py [-h] [--debug] [channel_url]

Extract metadata for all videos from a youtube channel into a csv file.

positional arguments:
  channel_url  Youtube channel url.

optional arguments:
  -h, --help   show this help message and exit
  --debug      Display debugging information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

youtube_extract-1.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page