mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-07 12:15:13 +00:00
Fix for #441: Unknown shouldn't be detected as language
This commit is contained in:
@@ -39,8 +39,7 @@ COMMON_WORDS_STRICT = frozenset(['brazil'])
|
||||
|
||||
UNDETERMINED = babelfish.Language('und')
|
||||
|
||||
SYN = {('und', None): ['unknown', 'inconnu', 'unk'],
|
||||
('ell', None): ['gr', 'greek'],
|
||||
SYN = {('ell', None): ['gr', 'greek'],
|
||||
('spa', None): ['esp', 'español', 'espanol'],
|
||||
('fra', None): ['français', 'vf', 'vff', 'vfi', 'vfq'],
|
||||
('swe', None): ['se'],
|
||||
|
||||
@@ -3846,3 +3846,14 @@
|
||||
release_group: 0SEC [GloDLS]
|
||||
container: mkv
|
||||
type: episode
|
||||
|
||||
? Anthony.Bourdain.Parts.Unknown.S09E01.Los.Angeles.720p.HDTV.x264-MiNDTHEGAP
|
||||
: title: Anthony Bourdain Parts Unknown
|
||||
season: 9
|
||||
episode: 1
|
||||
episode_title: Los Angeles
|
||||
screen_size: 720p
|
||||
format: HDTV
|
||||
video_codec: h264
|
||||
release_group: MiNDTHEGAP
|
||||
type: episode
|
||||
Reference in New Issue
Block a user