mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 21:35:34 +03:00
Add single_file format implementation
This commit is contained in:
@@ -53,8 +53,9 @@ func NewProcessors(cfg config.Config) (*Processors, error) {
|
||||
|
||||
procs := Processors{
|
||||
processors: map[entity.Format]processor{
|
||||
entity.FormatHeaders: NewHeaders(httpClient),
|
||||
entity.FormatPDF: NewPDF(cfg.PDF),
|
||||
entity.FormatHeaders: NewHeaders(httpClient),
|
||||
entity.FormatPDF: NewPDF(cfg.PDF),
|
||||
entity.FormatSingleFile: NewSingleFile(httpClient),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user