Skip to main content

Arrange downloaded youtube videos

Reason this release was yanked:

Command line options -z & -x not working.

Project description

YTSort

This program sorts the already downloaded youtube videos present in a folder by renaming them and adding serial number before their names.

Requirements

Youtube Data API v3 is required. Get it from here

Install

Recommended (To install pipx click here)
pipx install ytsort
or
pip install ytsort

Or upgrade by:

pipx upgrade ytsort
or
pip install --upgrade ytsort

Usage

Set Youtube API Key to the environment variable 'YOUTUBE_DATA_API_KEY' (for ease of use, but not required).

Execute:

ytsort
Usage: ytsort [OPTIONS]

Options:

  -c, --character TEXT    Character after serial.
  -z, --zero              Add zero before serial numbers to make them all of
                          equal length.
  -x, --nozero            Don't add zero before serial numbers.
  --help                  Show this message and exit.

If -z & -x both are passed simultaneously then default from config.py will be used.

Install from source

Poetry is required. For installation click here.

  1. Download the source and install the dependencies by running:

    git clone https://github.com/aqdasak/YTSort.git
    cd YTSort
    poetry install
    
  2. Not required but for ease of use

    a) Set Youtube API Key to the environment variable 'YOUTUBE_DATA_API_KEY'

    or

    b) edit the config.py:

    'api_key': os.environ.get('YOUTUBE_DATA_API_KEY'), to 'api_key': <Your Youtube API key>,

Run

In the source folder containing pyproject.toml

poetry shell

then cd into the folder containing youtube videos and execute:

ytsort

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

ytsort-1.2.1.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

ytsort-1.2.1-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file ytsort-1.2.1.tar.gz.

File metadata

  • Download URL: ytsort-1.2.1.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.0 CPython/3.10.6 Linux/6.0.6-76060006-generic

File hashes

Hashes for ytsort-1.2.1.tar.gz
Algorithm Hash digest
SHA256 c96d034fced8496100411e5df787c3b39c4e65b1babf8e1fbbeafff40fcdd24c
MD5 32bb036b3e800b9817a71249501f68e4
BLAKE2b-256 15810ebcce5f50c64e4c4a969847dc86d15115d12bbfb942e5f9467f8c31b372

See more details on using hashes here.

File details

Details for the file ytsort-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: ytsort-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.0 CPython/3.10.6 Linux/6.0.6-76060006-generic

File hashes

Hashes for ytsort-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3bf182f3d51bc22d1549708b05cd96b01e65fd9305e31c18202cb793cb26b222
MD5 2fed0097aa7c12c9db805ed4a93017b5
BLAKE2b-256 f08aed1149edd435fb417c07684d5571b6a1ea16f9a959ddc76f34bd6906c187

See more details on using hashes here.

Supported by

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