How to setup the crawler - HenriPirinen/Media-Crawler GitHub Wiki

Page url for the item 123456789: https://thisisexampleaddress.com/123456789
Page url for the item 123456790: https://thisisexampleaddress.com/123456790

<!doctype html>
<html>
   <head>
    <!-- Meta data -->
   </head>
   <body>
    <!-- Page HTML -->
    <script>
       let build = new Build({"id":123456789,"media_id":"987654321","title":{"pretty":"Pretty title"},"images":{"pages": 
                             [{"t":"j"},{"t":"p"}]},"upload_date":1471300214792,"tags":[{"type":"tag","name":"tag 1"}, 
                             {"type":"language","name":"english"}],"num_pages":200});
       //More JavaScript
    </script>
   </body>
</html>

TODO

⚠️ **GitHub.com Fallback** ⚠️