Skip to content

Commit

Permalink
Add Jordan to excluded words for language guessing
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Jan 18, 2016
1 parent 898cb3d commit 0c805cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion guessit/rules/common/words.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def iter_words(string):
'job', 'gag', 'reel', 'www', 'for', 'ayu', 'csi', 'ren', 'moi', 'sur',
'fer', 'fun', 'two', 'big', 'psy', 'air',
# movie title
'brazil',
'brazil', 'jordan',
# release groups
'bs', # Bosnian
'kz',
Expand Down
18 changes: 13 additions & 5 deletions guessit/test/episodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1709,14 +1709,12 @@
screen_size: 720p
season: 1
title: Foo's & Bars
type: episode
video_codec: XviD
year: 2009

? Date.Series.10-11-2008.XViD
: date: 2008-11-10
title: Date
type: episode
video_codec: XviD

? Scrubs/SEASON-06/Scrubs.S06E09.My.Perspective.DVDRip.XviD-WAT/scrubs.s06e09.dvdrip.xvid-wat.avi
Expand All @@ -1728,7 +1726,6 @@
release_group: WAT
season: 6
title: Scrubs
type: episode
video_codec: XviD

? '[PuyaSubs!] Digimon Adventure tri - 01 [720p][F9967949].mkv'
Expand All @@ -1739,12 +1736,23 @@
release_group: PuyaSubs!
screen_size: 720p
title: Digimon Adventure tri
type: episode

? Sherlock.S01.720p.BluRay.x264-AVCHD
: format: BluRay
screen_size: 720p
season: 1
title: Sherlock
type: episode
video_codec: h264

? Running.Wild.With.Bear.Grylls.S02E07.Michael.B.Jordan.PROPER.HDTV.x264-W4F.avi
: container: avi
episode: 7
episode_title: Michael B Jordan
format: HDTV
mimetype: video/x-msvideo
other: Proper
proper_count: 1
release_group: W4F
season: 2
title: Running Wild With Bear Grylls
video_codec: h264

0 comments on commit 0c805cd

Please sign in to comment.