package ani.dantotsu.parsers import ani.dantotsu.FileUrl import java.io.Serializable /** * Used to extract videos from a specific video host, * * A new instance is created for every embeds/iframes of that Episode * **/ abstract class VideoExtractor : Serializable { abstract val server: VideoServer var videos: List