Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
20-7-18 11:51:44.7|Debug|Parser|Parsing string 'Mongolian Death Worm (2010) [1080p] [BluRay] [YTS]'
20-7-18 11:51:44.7|Debug|Parser|Unable to parse Mongolian Death Worm (2010) [1080p] [BluRay] [YTS]
20-7-18 11:51:44.7|Debug|ParsingService|No matching series Mongolian Death Worm (2010) [1080p] [BluRay] [YTS]
20-7-18 11:51:44.7|Debug|DownloadDecisionMaker|Processing release 'Mrs. Winterbourne (1996) [1080p] [WebRip] [YTS]' from 'ETTV'
20-7-18 11:51:44.7|Debug|Parser|Parsing string 'Mrs. Winterbourne (1996) [1080p] [WebRip] [YTS]'
20-7-18 11:51:44.7|Debug|Parser|Unable to parse Mrs. Winterbourne (1996) [1080p] [WebRip] [YTS]
20-7-18 11:51:44.7|Debug|Parser|Parsing string 'Mrs. Winterbourne (1996) [1080p] [WebRip] [YTS]'
20-7-18 11:51:44.7|Debug|Parser|Unable to parse Mrs. Winterbourne (1996) [1080p] [WebRip] [YTS]
20-7-18 11:51:44.7|Debug|ParsingService|No matching series Mrs. Winterbourne (1996) [1080p] [WebRip] [YTS]
20-7-18 11:51:44.7|Debug|DownloadDecisionMaker|Processing release 'RodneyMoore.20.07.
#!/bin/bash
#Extract .ass subtitles from mkv, convert to .srt, strip html, re-add them
max_threads=4
function process_file () {
local input_file="$1"
file_start=`date +%s`
check_file "$input_file" && process_subtitles "$input_file" || return 1
file_end=`date +%s`