Remove spam and advertising from subtitle files
Project description
This script is intended to scan subtitle files (or folders containing subtitle files) and prompt to remove cells with advertising. Subtitle files may be searched via regular expression or plaintext. The script can handle srt subtitle files natively or other formats (ass, srt, ssa, sub) via the Python module aeidon.
I recommend you check out my project subsystem. It is used for batch processing of subtitle/video files from the terminal or GUI (i.e. Thunar custom actions or Nautilus actions). It allows you to rapidly do the following in order: rename video file(s), download subtitle file(s), then scan subtitle file(s) with subnuker.
Installation
pip3 install --user subnuker
The subnuker package is compatible with Python 3.
subnuker can process srt subtitle files right out of the box. If you wish to handle other types of subtitle files, you’ll need to install the aeidon module.
On Debian/Ubuntu, try:
sudo apt-get install python3-aeidon
Or download the tarball for Gaupol. After unpacking, run:
python3 setup.py --user --without-gaupol clean install
Additional information on installing Gaupol is available here:
https://github.com/otsaloma/gaupol/blob/master/README.aeidon.md
Usage
>From the command line, run subnuker --help
to display available options.
The recommended way to scan any subtitle files (or folders containing subtitles):
subnuker -ar TARGET...
By default, subnuker
scans subtitles with a built-in list of plaintext search terms or regular expression. subnuker
can also obtain patterns from multiple pattern files, similar to grep
’s --file
option.
subnuker --file PATTERNFILE FILE.srt
The --aeidon
option indicates the use of the aeidon module. The aeidon module has full support for all subnuker options. I strongly recommend the use of the --aeidon
flag to process subtitle files suspected of damage.
subnuker --aeidon FILE.srt
In general, I strongly recommend using the --regex
flag. The built-in regex “wordlist” will identify almost all advertisements with zero to no false positives. To scan srt subtitle files with regular expressions, run the following:
subnuker --regex FILE1.srt FILE2.srt FILE3.srt
License
Copyright (c) 2015 Six (brbsix@gmail.com).
Licensed under the GPLv3 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 subnuker-0.4.5.tar.gz
.
File metadata
- Download URL: subnuker-0.4.5.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74b13bfeb2ef8182b70f64488298c317ef9c64d412a68e6ae1d5b88e15e419b9 |
|
MD5 | 1fc9a12180013f4cfd65df23b3cc43b0 |
|
BLAKE2b-256 | 7411e4685bafa57f9d4776e8843a4b955c082b4638806cfc4b9b5e074a458dac |
File details
Details for the file subnuker-0.4.5-py3-none-any.whl
.
File metadata
- Download URL: subnuker-0.4.5-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bf03104a3d54955afbfe660dcd30a59289cf4fde461d585d5ad8438df0d7660 |
|
MD5 | 4cfbe3c1afc13219c00e48a6a5dcae96 |
|
BLAKE2b-256 | 74d7de98a31b13001bad1547f98caf9f0a33e41ab483ed76061dd1f13821c061 |