Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions src/scrappers/chaperone-review-list.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
url: 'https://chaperone.online/wp-admin/admin.php?page=review-list'
header: Review list
listElementsQuery: 'tr:has(td)' # The has(td) css selector allows to remove the empty table rows
elementParser:
- title: Ref no
query: td:nth-child(1)
type: text

- title: Student Name
query: td:nth-child(2)
type: text

- title: Consultant name
query: td:nth-child(3)
type: text

- title: Rating
query: td:nth-child(4)
type: text

- title: Comment
query: td:nth-child(5)
type: text

- title: Email
query: td:nth-child(6)
type: text

- title: Created
query: td:nth-child(7)
type: text