Skip to content

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:

  1. Get comic start page (Example: https://tapas.io/series/Erma)
  2. Extract all pageIds of the comic from the _data JS object from the start page
  3. Get image urls by extracting them out of https://tapas.io/episode/view/<pageId> (Example: https://tapas.io/episode/view/255222)
  4. Download the images
Clone this wiki locally