movie-parse
v1.0.7
Published
Parse torrent movie name
Downloads
7
Maintainers
Readme
#Movie Parse
Install
npm -g install movie-parse
Usage:
movie-parse "The.Staying.Alive.S05E02.720p.HDTV.x264-KILLERS[rartv]" "Arrow.S05E03.2015"
##API
{
"year":2015,
"resolution":"1080p",
"quality":"BluRay",
"codec":"x264",
"audio":"AC3",
"title":"The Martian",
"group":"ETRG"
}
[
{
"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"
]
}
]
Contributing
Take a look at the open issues on the original project and submit a PR!