Giter VIP home page Giter VIP logo

mur's Introduction

MUR

Tool written in Python to download comics from Marvel Unlimited.
Windows binaries

People have been seen selling my tools; DO NOT buy them. My tools are free and always will be.

Features

  • Lossless exporting to CBZ or PDF.
    *Comics are provided by MARVEL as JPGs. MUR doesn't apply any compression whatsoever.
  • Multi-URL input support via CLI.
  • Write comic metadata to JSON file.
  • Multi-platform support.
  • F-string-free; may also work on Python 2.

Setup

A subscripton is required to use MUR.

  1. Login to Marvel.
  2. Install "cookies.txt" Chrome extension.
  3. Dump cookies to txt file (current tab only).
  4. Move "cookies.txt" to MUR's directory.

Your cookies may become unusable after a long while; just repeat the dumping process.

Usage

MUR may only be used via CLI.

Download a single comic and export to PDF:
MUR.py -u https://www.marvel.com/comics/issue/67930/captain_america_2018_12 -f pdf

Download two comics, export to CBZ and write comic's 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/<id>/...
2. https://read.marvel.com/#/book/<id>

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.

mur's People

Contributors

sorrow446 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.