parahumans

package
v0.0.0-...-9b45353 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2018 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Plugin = &dc.Plugin{
	Name: "parahumans",

	ConfigCreator: func(url string, ho *dc.HandlerOpts) (string, *dc.Config, error) {
		return "Worm", &dc.Config{
			Type:        dc.FullScrape,
			Entrypoints: []string{"https://parahumans.wordpress.com/2011/06/11/1-1/"},
		}, nil
	},
	Scheduler:   dc.NeverSchedule,
	Entrypoints: []string{`.*parahumans.wordpress.com.*`},
	Routes: map[string]dc.Handler{
		`https:\/\/parahumans.wordpress.com\/(\d+)\/(\d+)\/(\d+)\/(.*)`: phPage,
	},
}

Plugin is a plugin that can scrape parahumans

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL