Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SpanishCat authored Nov 18, 2024
1 parent 677049e commit 1d40b3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ The Faded page on Wikipedia was visited 1,144 on March 31st 2024.
`.summary` (str): Summary of the page.\
`.media` (tuple[dict, ...]): All media files in the page represented as JSONs.\
`.as_pdf` (bytes): The PDF version of the page in bytes-code.\
`.data` (dict[str, Any]): General details about the page in JSON format.
`.data` (dict[str, Any]): General details about the page in JSON format.\
`.article_details` (dict): Details related to the article the page is derived from.\
`.page_details` (dict): Details related to the current revision of the page.\

#### Example properties
-- TODO
Expand Down

0 comments on commit 1d40b3b

Please sign in to comment.