lostfilm / zinio

This command line tool removes DRM from magazines in your digital Zinio library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zinio DRM removal Build Status Go Report Card license

This command line tool removes DRM from magazines in your digital Zinio library. For more details visit my blog post Removing Zinio DRM.

Frequently Asked Questions

Do I have to download the whole library every time?

No, you don't—this tool skips issues that you have already downloaded. It will only download the magazines that are not present in your download folder.

Can I download a specific magazine issue?

I agree that this would be a nice feature, but I will not implement it, mostly because it would be complicated to use from the command line. Again, you don't have to download the whole library each time, so this feature is not essential in my opinion.

How can I build the application from source?

Zinio DRM removal tool is using dep for managing dependencies. If you want to build it from source, you have to install dep first, and then run the following command in the zinio directory:

$ dep ensure

Downloads

Windows
Mac OS X
Linux

Usage

$ ./zinio
Usage of zinio:
  -email string
    	Account email
  -password string
    	Account password

Example

$ ./zinio -email user@example.org -password secret123 

About

This command line tool removes DRM from magazines in your digital Zinio library

License:MIT License


Languages

Language:Go 100.0%