Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.47 KB

part1.md

File metadata and controls

51 lines (28 loc) · 1.47 KB


Part 1: Ready, Set, Go!


Downloading Images

this Part needs editing


./assets/db.csv

Name Partial Link
white d0pYVGtFUTVlZlFJc0VITW8rMmFuSTR3NVBndzhMWk4zcFdCMHNyRmlFQzNBSm8zZGdVZFBDZXk4cTJ5OSszaw==
fight me d0pYVGtFUTVlZlFJc0VITW8rMmFuS0tVcHZpeEFXUnF1N21vaUMzbHkxa21XNzQyN0ZoVkw1VU9FM2VaT3ZJbQ==
pink Z0FMbzNhUGRWNjdwd1M3V2FJRjlZb3A2U3VPYThnWkxXdTMwYlN4WktHbjVKUlQrU3ZpUnB4cEhWejEzb1k4RQ==

Complete Link = 'https://kissanime.ru/Special/CapImg/'+[Partial Link]+'.jpg'

eg: https://kissanime.ru/Special/CapImg/d0pYVGtFUTVlZlFJc0VITW8rMmFuS0tVcHZpeEFXUnF1N21vaUMzbHkxa21XNzQyN0ZoVkw1VU9FM2VaT3ZJbQ==.jpg

You can't directly download these images using urllib or wget or requests(python) as kissanime is protected by DDoS.

You can search a way of bypass it.

What I did was, I made a webpage containing these links, hosted it on localhost and used XDM/IDM to download all links at once.


Make Generic images:

Use Paint or Photoshop/GIMP to do the following:

levi

⬆️ means unknow function, just copy and paste lower half of second on first one.

Hence make all the images in 'gen_images' folder will be made.

Unzip gen_images.zip for my dataset!


Next Part