Simple scraping, VB.net desktop VS 2019

Job ID: 32355934

Budget: $20 – $30 USD

Extract some data from pages with similar format
- The url of the page icon, the same fetched by Firefox when you create a shortcut. This must work with any page.
- The page title, is the string appearing in the browser caption until the first “|” trimmed.
- The list of .mp3 files with the following elements
- - The title, for example
“1. #01 Oliver Twist di Charles Dickens” in example (3)
“A sud dello Slot | Ad Alta Voce del 05/12/2016” in example (2)
- - The .mp3 url
The windows form contains
- A text box where the user puts the page url
- An ‘execute’ button
- A multi row readonly text box where to show the fetched info, that shrinks with the form size.
The above primitives must be implemented in a Class that receive the page’s THML text.

Some page examples
(1) https://www.raiplaysound.it/audiolibri/ilnomedellarosa
(2) https://www.raiplaysound.it/audiolibri/iraccontidijacklondon
(3) https://www.raiplaysound.it/programmi/adaltavoce/ora-in-onda-/oliver-twist
(4) https://www.raiplaysound.it/programmi/adaltavoce
Related categories: VB.NET Data Scraping