Skip to main content

A Python package for scraping and downloading subtitles from iTunes movie pages.

Project description

iSubRip

A Python package for scraping and downloading subtitles from iTunes movie pages.
Latest version: 2.1.0 (changelog)


PyPI - Version PyPI - Downloads PyPI - Python Version GitHub - License GitHub - issues GitHub - Repo stars

Requirements

  • Python 3.6+
  • FFmpeg (If FFmpeg is not set in PATH, use a config file to set it's path.)

Installation

pip:

pip3 install isubrip

Usage

Usage: isubrip <iTunes movie URL> [iTunes movie URL...]

Configuration

The script uses a TOML config file for the settings.

Config file locations:

Windows: %AppData%/iSubRip/config.toml
Linux: $XDG_CONFIG_HOME/iSubRip/config.toml
MacOS: ~/Library/Application Support/isubrip/config.toml

An example config file with documentation can be found here

Notes

  • All settings are optional. Any settings not specified in the config will result in using the default value (set in the default.toml file).

  • If you are running the script on a Linux machine and XDG_CONFIG_HOME is not set in your environment,
    the value will default to ~/.config.

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

isubrip-2.1.0.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

isubrip-2.1.0-py3-none-any.whl (16.1 kB view hashes)

Uploaded Python 3

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