Site class abstract

{@template site} Base class that every Site has to implement. {@endTemplate}

Implementers

Constructors

Site()

Properties

hashCode int
The hash code for this object.
no setterinherited
homeUrl String
Home page url of the website. For e.g. https://www.youtube.com
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

extractUrls({required Client client, required String url}) Future<List<ExtractedMedia>>
Extracts media urls from the given link. Returns a list of ExtractedMedia
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