From 3b20310d866d5eaf751a3e85acc7c334422182b5 Mon Sep 17 00:00:00 2001 From: josdion Date: Tue, 21 Apr 2020 23:16:15 +0300 Subject: [PATCH] fix inconsistent tv show naming --- libs/subliminal_patch/providers/subssabbz.py | 3 ++- libs/subliminal_patch/providers/subsunacs.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/subliminal_patch/providers/subssabbz.py b/libs/subliminal_patch/providers/subssabbz.py index de93e47b3..44fa42a46 100644 --- a/libs/subliminal_patch/providers/subssabbz.py +++ b/libs/subliminal_patch/providers/subssabbz.py @@ -35,7 +35,8 @@ def fix_tv_naming(title): "Marvel's Luke Cage": "Luke Cage", "Marvel's Iron Fist": "Iron Fist", "Marvel's Jessica Jones": "Jessica Jones", - "DC's Legends of Tomorrow": "Legends of Tomorrow" + "DC's Legends of Tomorrow": "Legends of Tomorrow", + "Doctor Who (2005)": "Doctor Who", }, True) class SubsSabBzSubtitle(Subtitle): diff --git a/libs/subliminal_patch/providers/subsunacs.py b/libs/subliminal_patch/providers/subsunacs.py index e3237b80b..1d5187895 100644 --- a/libs/subliminal_patch/providers/subsunacs.py +++ b/libs/subliminal_patch/providers/subsunacs.py @@ -34,7 +34,8 @@ def fix_tv_naming(title): return fix_inconsistent_naming(title, {"Marvel's Daredevil": "Daredevil", "Marvel's Luke Cage": "Luke Cage", "Marvel's Iron Fist": "Iron Fist", - "DC's Legends of Tomorrow": "Legends of Tomorrow" + "DC's Legends of Tomorrow": "Legends of Tomorrow", + "Doctor Who (2005)": "Doctor Who", }, True) class SubsUnacsSubtitle(Subtitle):