Scrapes proxies from either files on disk or the Web.
Constructors
- ProxyScraper(List<String> urls)
Properties
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - stream → Stream<ProxyDef>
-
A stream of all scraped proxies.
read-only - urls → List<String>
-
The URL's to fetch proxies from.
read / write
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
fetch(
) → Future -
Asynchronously grabs proxy URL's.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited