I'm trying to figure out how to extract the pages from this manga chapter in mangapark.io. In my code, I tried to call it using the find_all for every div data-name with all the other specific attrs i put in there, but every time nothing comes out in the list. I don't know how to access it, especially since its nested so deep.
the code:
import requests, os
from bs4 import BeautifulSoup
url = "https://mangapark.io/title/49542-en-grand-blue-dreaming/1227239-ch-001"
r = requests.get(url)
layout = BeautifulSoup(r.text, "html.parser")
images = layout.find_all("div", attrs={"data-name":"image-item", "class":"flex flex-coljustify-start items-center w-full", "q:key":"8X_2"})
print(images)
Grand Blue Dreaming, γγγγΆγ, Grand Blue, Kenji Inoue, δΊδΈ ε δΊ, good! Afternoon, Kimitake Yoshioka, ε岑 ε ¬ε¨, comedy, slice_of_life, seinen, manga, ecchi. Among the seaside town of Izu's ocean waves and rays of shining sun, Iori Kitahara is just beginning his freshman year at Izu University. As he moves into his uncle's scuba ...