-
Notifications
You must be signed in to change notification settings - Fork 17
4. Extra
Tilman J edited this page Oct 15, 2017
·
1 revision
If someone wants to quickly understand the code, here is the pseudo code of the pure download part:
- Get comic start page (Example:
https://tapas.io/series/Erma
) - Extract all pageIds of the comic from the
_data
JS object from the start page - Get image urls by extracting them out of
https://tapas.io/episode/view/<pageId>
(Example:https://tapas.io/episode/view/255222
) - Download the images