mirror of
https://gist.github.com/88156556326106a6ccd58ecb4526498c.git
synced 2024-10-27 20:44:09 +00:00
This commit is contained in:
parent
6124030287
commit
1ee3a27803
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user