This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
labs:crawling [2017/04/04 18:25] sitanne [Exercise 1 - Crawl Academy Awards for Best Actor/Actress] |
labs:crawling [2020/08/31 21:04] (current) |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| Hints: | Hints: | ||
| * Press ''Ctrl'' + ''Shift'' + ''C'' in Firefox to open the inspector. | * Press ''Ctrl'' + ''Shift'' + ''C'' in Firefox to open the inspector. | ||
| - | * Have a look at the available methods in jsoup to select elements such as ''getElementById'', ''getElementsByTag'', ''children'', ''select''. | + | * Have a look at the available methods in jsoup to select elements: ''getElementById'', ''getElementsByTag'', ''children'', ''select'', etc. |
| ===== Exercise 2 - Crawl Rotten Tomatoes ===== | ===== Exercise 2 - Crawl Rotten Tomatoes ===== | ||