LinkExtractor class

A Simple utility for extracting media urls from different websites.

Constructors

LinkExtractor([Client? httpClient])
A Simple utility for extracting media urls from different websites.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Dispose all the resources (usually http.Client) being used by the LinkExtractor
extract(String url) Future<List<ExtractedMedia>>
Tries to extract media sources from given url.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited