Page
"Stay hungry, stay foolish."
Jobs
life
work
Model
class
Quote
(ExtractionModel):
text:
str
=
Field
(selector=
'.text'
)
author:
str
=
Field
(selector=
'.author'
)
tags:
list
[str] =
Field
(selector=
'.tag'
)
Result
Run tab.extract(Quote)