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 12:11] sitanne |
labs:crawling [2020/08/31 21:04] (current) |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| - Generate a text file with the information from the website, each entry on a new line. | - Generate a text file with the information from the website, each entry on a new line. | ||
| + | Hints: | ||
| + | * Press ''Ctrl'' + ''Shift'' + ''C'' in Firefox to open the inspector. | ||
| + | * 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 ===== | ||