-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscraping_metadata.yaml
29 lines (28 loc) · 1.22 KB
/
scraping_metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
kalendar:
url: "https://baak.gunadarma.ac.id"
xpath:
title: "//div[@class='cell-sm-6 cell-md-6']/h3"
table: "//table[@class='table table-custom table-primary bordered-table table-striped table-fixed stacktable large-only']"
file_url: "//p[@class='text-primary']/a"
jam:
url: "https://baak.gunadarma.ac.id/kuliahUjian/6#undefined6"
xpath:
table: "//table[@class='table table-custom table-primary table-fixed stacktable cell-xs-6']"
jadwal_kuliah:
url: "https://baak.gunadarma.ac.id/jadwal/cariJadKul"
xpath:
form_input: "//input[@class='form-search-input form-control']"
form_submit: "//button[@class='form-search-submit']"
table: "//table[@class='table table-custom table-primary table-fixed bordered-table stacktable large-only']"
title: "//h3[@class='veil reveal-sm-block']"
valid_from: "//p[@class='text-md-left']"
berita:
url: "https://baak.gunadarma.ac.id/berita"
xpath:
title_and_url: "//div[@class='post-news-body']/h6/a"
date: "//span[@class='text-middle inset-left-10 text-italic text-black']"
page_content: "//div[@class='offset-top-30']"
loker:
url: "http://career.gunadarma.ac.id/"
xpath:
title_and_url: "//div[@class='views-field views-field-title']/span/a"