fixes config

This commit is contained in:
stefanodvx 2025-04-20 12:54:20 +02:00
parent 6151a6c397
commit 12ad427baf
10 changed files with 57 additions and 51 deletions

View file

@ -14,7 +14,6 @@ type Extractor struct {
Host []string
IsDRM bool
IsRedirect bool
Client HTTPClient
Run func(*DownloadContext) (*ExtractorResponse, error)
}