Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ Usage

**This may not be accurate. Run mGameBits -h to see the required arguments.**

You can run the script by supplying either a URL to a MobyGames game page or simply the game name.

./mGameBits.py <GAME NAME> <CONSOLE> <SOURCE> <LANGUAGE>

or

./mGameBits.py <MG URL> [<CONSOLE>] [<SOURCE>] [<LANGUAGE>]
./mGameBits.py <GAME NAME> -c <CONSOLE> -l <LANGUAGE> -f <FORMAT>

Note: CONSOLE should be equal to the one used on MG, which usually will be fairly similar to what you would expect, but in some cases may be different. For example, the Nintendo 64 has an id of n64. I recommend just trying it and seeing what happens: it will probably work in 99% of cases without much thought.

Loading