Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.41 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.41 KB

VNULIB Downloader

Latest version: Version 1.2, 2023-03-11

A Batch Script for Downloading E-Books from ir.vnulib.edu.vn.

Overview:

logo

VNULIB Downloader is a batch script that automates the downloading of e-books from ir.vnulib.edu.vn. The script is written in batch language and uses the curl command-line tool to download the e-book pages in JPG format.

Usage:

  1. Download the batch file (downloader_v1.2.bat) to your local computer.
  2. Double-click the file to run it.
  3. Enter the link to the e-book.
  4. Select options for the range of pages to download.
  5. The script will create a new directory named "VNULIB_Downloader" in the same location as the batch file and download the e-book pages to a subdirectory named "image" within this directory.
  6. The downloaded pages will be saved in JPG format with the filename "page_i.jpg" where "i" is the page number.

Requirements:

  1. Windows operating system
  2. curl command-line tool (downloadable from https://curl.se/)

Disclaimer:

The script is provided "as is" without warranty of any kind. The author is not responsible for any damages or losses resulting from the use of the script.

License:

The script is released under the MIT license.