101arrowz 4 years ago committed by GitHub
parent 6124030287
commit 1ee3a27803

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
// Source code for the downloader.
import('https://cdnjs.cloudflare.com/ajax/libs/jszip/3.2.2/jszip.min.js').then(async () => {
import('https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js').then(async () => {
alert('This is the McGraw-Hill Education Textbook Downloader. Click OK to start downloading the files.');
const IMPORT_URL = (await (await fetch('https://player-api.mheducation.com/lti', { credentials: 'include' })).json()).custom_epub_url;
const epub = new JSZip();

Loading…
Cancel
Save