mirror of
https://gist.github.com/88156556326106a6ccd58ecb4526498c.git
synced 2026-03-02 04:09:20 +00:00
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// Source code for the downloader.
|
// 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.');
|
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 IMPORT_URL = (await (await fetch('https://player-api.mheducation.com/lti', { credentials: 'include' })).json()).custom_epub_url;
|
||||||
const epub = new JSZip();
|
const epub = new JSZip();
|
||||||
|
|||||||
Reference in New Issue
Block a user