java.lang.Object
com.maroontress.nugetscraper.NugetScraper
A parser to retrieve a list of NuGet packages that the specified
organization has released and how many of each have been downloaded.
-
Method Summary
-
Method Details
-
toProfile
Parses the HTML page inhttps://www.nuget.org/profiles/...
and returns the newProfile
object.- Parameters:
content
- A string representing the HTML page.- Returns:
- The new profile object.
-