|
|
@ -34,7 +34,8 @@ def fix_tv_naming(title):
|
|
|
|
return fix_inconsistent_naming(title, {"Marvel's Daredevil": "Daredevil",
|
|
|
|
return fix_inconsistent_naming(title, {"Marvel's Daredevil": "Daredevil",
|
|
|
|
"Marvel's Luke Cage": "Luke Cage",
|
|
|
|
"Marvel's Luke Cage": "Luke Cage",
|
|
|
|
"Marvel's Iron Fist": "Iron Fist",
|
|
|
|
"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)
|
|
|
|
}, True)
|
|
|
|
|
|
|
|
|
|
|
|
class SubsUnacsSubtitle(Subtitle):
|
|
|
|
class SubsUnacsSubtitle(Subtitle):
|
|
|
|