divijbindlish / parse-torrent-name

Extract media information from a filename
MIT License
215 stars 60 forks source link

Added command line tool with basic options for parsing torrents #10

Open ferret-guy opened 7 years ago

ferret-guy commented 7 years ago

Responding to #2

creates command link hook called parse-torrent-name

example:

(parse-torrent) E:\Dropbox\Projects\parse-torrent-name>parse-torrent-name -h
usage: parse-torrent-name [-h] [-j] [-y] [-f FILENAME] torrent_name

Description of your program

positional arguments:
  torrent_name          Torrent name to parse

optional arguments:
  -h, --help            show this help message and exit
  -j, --json            Output in json format
  -y, --yaml            Output to YAML
  -f FILENAME, --file FILENAME
                        Output to file as well as command line
ferret-guy commented 7 years ago

@roidayan Went ahead and addressed your comments, please take a look again

ferret-guy commented 7 years ago

@divijbindlish can you take a look at this for merging?