jzjzjzj / parse-torrent-name

Parses torrent name of a movie or TV show.
136 stars 36 forks source link

extract language #60

Open jzjzjzj opened 9 years ago

jzjzjzj commented 9 years ago
ru en name
true undefined That Awkward Moment 2014 DVDRip 1400MB RUSSIAN ONLY
undefined true Teenage.Mutant.Ninja.Turtles.2014.PROPER.ENGLISH.CAM.X264.AAC-RA
undefined true The Dark Valley 2014 HDRip English Xvid
true true Guardians of the Galaxy 2014 1080p BluRay x264 Rus Eng HDAccess

Is following correct?

se name
true Guardians.of.the.Galaxy.2014.SWESUB.720p.BluRay.x264-Mr.Stiffy
jzjzjzj commented 9 years ago

Should language be presented as an array (e.g. ['en', 'se']) instead of series of flags?

jzjzjzj commented 9 years ago

Language, country or garbage?

Dragon.Ball.Z.Battle.of.Gods.2013.Extended.US.BluRay.720p.DTS.x2 The Librarians US S01E01-E02 HDTV x264-KILLERS[ettv]

jzjzjzj commented 9 years ago

See also #53 and #85.

jzjzjzj commented 9 years ago

Prettify "language". E.g. 'eng.rus' -> ['en', 'ru']