Closed furkansimsekli closed 2 years ago
Ridicilous website. Scraper was alpha version tho, I don't have any intention to solve it due to anger!
I think that the problem is industrial engineering department's announcement come in two different versions: (there are two tags used for announcements)
<p>
tags, which the scraper only scraps. This tag is used for announcements those don't contain details.
(here is the <p>
tag)<details>
tags, the one scraper doesn't scrap. This tag is used for announcements which contain details. <details>
has <summary>
, which may be used for the header, and the rest for content.
get_announcement() function must be fixed at IE class.