google-book-scraper 0.4.0

Tool and library for downloading the contents of books hosted on books.google.com for offline viewing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
  <metadata>
    <id>gbscraper</id>
    <version>$VERSION</version>
    <title>Google Book Scraper</title>
    <authors>shloop</authors>
    <projectUrl>https://github.com/shloop/google-book-scraper</projectUrl>
    <tags>gbscraper</tags>
    <summary>Tool for downloading the contents of books hosted on books.google.com for offline viewing</summary>
    <description>Tool for downloading the contents of books hosted on books.google.com for offline viewing</description>
  </metadata>
  <files>
    <file src="tools\**" target="tools" />
  </files>
</package>