ItemFetcher

class ItemFetcher(top100Url: String)

A utility class for fetching the top 100 items from a specified URL.

This class uses Jsoup to scrape a webpage and extract the names of the top 100 items based on the provided CSS selectors. The fetched items are returned as a list of strings.

Constructors

Link copied to clipboard
constructor(top100Url: String)

Functions

Link copied to clipboard

Fetches the top 100 items from the specified URL.