Skip to content
forked from Metalnem/zinio

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

License

Notifications You must be signed in to change notification settings

Shawn1357/zinio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected] -password secret123 

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%