Packages

Decode SRT subtitles.

Current section

Files

Jump to
srt lib scrubber.ex
Raw

lib/scrubber.ex

defmodule Srt.Scrubber do
require HtmlSanitizeEx.Scrubber.Meta
alias HtmlSanitizeEx.Scrubber.Meta
Meta.remove_cdata_sections_before_scrub()
Meta.strip_comments()
Meta.allow_tag_with_these_attributes("b", [])
Meta.allow_tag_with_these_attributes("i", [])
Meta.allow_tag_with_these_attributes("u", [])
Meta.allow_tag_with_these_attributes("font", ["color"])
Meta.strip_everything_not_covered()
end