1.0.7 • Published 8 years ago

movie-parse v1.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

#Movie Parse

Install

npm -g install movie-parse

Usage:

movie-parse "The.Staying.Alive.S05E02.720p.HDTV.x264-KILLERS[rartv]" "Arrow.S05E03.2015"

##API

Test with one movie

{  
   "year":2015,
   "resolution":"1080p",
   "quality":"BluRay",
   "codec":"x264",
   "audio":"AC3",
   "title":"The Martian",
   "group":"ETRG"
}

Test with more movies

[  
   {  
      "year":2015,
      "resolution":"1080p",
      "quality":"BluRay",
      "codec":"x264",
      "audio":"AC3",
      "title":"The Martian",
      "group":"ETRG"
   },
   {  
      "year":2015,
      "resolution":"1080p",
      "codec":"x264",
      "audio":"AC3",
      "title":"Mission Impossible Rogue Nation",
      "group":"JYK",
      "excess":[  
         "WEB",
         "DL"
      ]
   }
]

Torrent Movie Parse

Contributing

Take a look at the open issues on the original project and submit a PR!