From 79b5e6c685eebe53e42dacb18accf5a97cd7f92e Mon Sep 17 00:00:00 2001 From: Sorrow446 <47045733+Sorrow446@users.noreply.github.com> Date: Sun, 9 Feb 2020 19:57:31 +0000 Subject: [PATCH] Update README.md --- README.md | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef775a1..f86a9e6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,45 @@ # MUR -Tool written in python to download booklets from Marvel Unlimited. +Tool written in python to download booklets from Marvel Unlimited. +[Windows binaries]() + +**People have been seen selling my tools; DO NOT buy them. My tools are free and always will be.** + +# Setup +**A subscripton is required to use this tool.** +1. Login to [Marvel](http://www.marvel.com/). +2. Install ["cookies.txt" Chrome extension](https://chrome.google.com/webstore/detail/cookiestxt/njabckikapfpffapmjgojcnbfjonfjfg). +3. Dump cookies to txt file (current tab only). +4. Move "cookies.txt" to MUR's directory. + +# Usage +MUR may only be used via CLI. Don't be put off if you're not familiar with it; it's simple. + +Download a single booklet and convert to PDF: +`MUR.py -u https://www.marvel.com/comics/issue/67930/captain_america_2018_12 -f pdf` + +Download multiple booklets, convert to CBZ and write booklet metadata to JSON file: +`MUR.py -u https://www.marvel.com/comics/issue/... https://www.marvel.com/comics/issue/... -f cbz -m` +``` +usage: mur.py [-h] -u [URL [URL ...]] -f {cbz,pdf} [-m] + +Sorrow446. + +optional arguments: + -h, --help show this help message and exit + -u [URL [URL ...]], --url [URL [URL ...]] + URL - www.marvel.com/comics/issue/ or + read.marvel.com/#/book/. + -f {cbz,pdf}, --format {cbz,pdf} + Export format. + -m, --meta Write comic's metadata to JSON file. +``` +Accepted URL formats: +``` +1. https://www.marvel.com/comics/issue//... +2. https://read.marvel.com/#/book/ +``` + +# Disclaimer +- I will not be responsible for how you use MUR. +- MARVEL brand and name is the registered trademark of its respective owner. +- MUR has no partnership, sponsorship or endorsement with MARVEL.