Skip to content

Commit

Permalink
feat: Add Subtitulamos provider integration - Remove forced hearing_i…
Browse files Browse the repository at this point in the history
…mpaired value
  • Loading branch information
Nyaran committed Nov 11, 2024
1 parent 4bf6a3f commit 6ca0ba2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions subliminal/providers/subtitulamos.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,6 @@ def _query_provider(

language = Language.fromsubtitulamos(lang_name_element.get_text().strip())

hearing_impaired = False

# read the release subtitle
release_group = release_group_element[0].getText()

Expand All @@ -267,7 +265,6 @@ def _query_provider(
subtitle = SubtitulamosSubtitle(
language=language,
subtitle_id=subtitle_id,
hearing_impaired=hearing_impaired,
page_link=self.server_url + episode_url,
series=series,
season=season,
Expand Down

0 comments on commit 6ca0ba2

Please sign in to comment.