sostituito NBSP
This commit is contained in:
@@ -33,7 +33,7 @@ def country(config, common_words):
|
||||
return CountryFinder(allowed_countries, common_words).find(string)
|
||||
|
||||
rebulk.functional(find_countries,
|
||||
# Prefer language and any other property over country if not US or GB.
|
||||
# Prefer language and any other property over country if not US or GB.
|
||||
conflict_solver=lambda match, other: match
|
||||
if other.name != 'language' or match.value not in (babelfish.Country('US'),
|
||||
babelfish.Country('GB'))
|
||||
|
||||
@@ -1370,13 +1370,13 @@
|
||||
video_codec: Xvid
|
||||
release_group: Etc-Group
|
||||
type: movie
|
||||
# Fallback to movie type because we can't tell it's a series ...
|
||||
# Fallback to movie type because we can't tell it's a series ...
|
||||
|
||||
? Show.Name.Part.1.and.Part.2.Blah-Group
|
||||
: part: [1, 2]
|
||||
title: Show Name
|
||||
type: movie
|
||||
# Fallback to movie type because we can't tell it's a series ...
|
||||
# Fallback to movie type because we can't tell it's a series ...
|
||||
|
||||
? Show Name - 01 - Ep Name
|
||||
: episode: 1
|
||||
|
||||
@@ -544,7 +544,7 @@
|
||||
episode:
|
||||
- 1
|
||||
- 7
|
||||
episode_title: FooBar-Group # Make sure it doesn't conflict with uuid
|
||||
episode_title: FooBar-Group # Make sure it doesn't conflict with uuid
|
||||
season: 1
|
||||
title: Test
|
||||
type: episode
|
||||
|
||||
Reference in New Issue
Block a user