OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, data, url) |
def | links (self) |
Data Fields | |
data | |
base_url | |
url | |
This class represents a scraped HTML page.
def __init__ | ( | self, | |
data, | |||
url | |||
) |
Initialise an instance with the Unicode page contents and the URL they came from.
def links | ( | self | ) |
Return the URLs of all the links on a page together with information about their "rel" attribute, for determining which ones to treat as downloads and which ones to queue for further scraping.
base_url |
data |
url |