mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 01:27:07 +00:00
fix inconsistent tv show naming
This commit is contained in:
parent
167e4d0584
commit
3b20310d86
2 changed files with 4 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue