parser

package
v0.0.0-...-0a2561b Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2021 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultOptions = Options{
		MediaIndexLimit:     200,
		Lang:                "en-US",
		TimeoutMilliSeconds: 100,
	}
)

Functions

This section is empty.

Types

type Movie

type Movie = common.Movie

type Options

type Options struct {
	MediaIndexLimit     int
	Lang                string
	TimeoutMilliSeconds int
}

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

func NewParser

func NewParser(opts Options) Parser

func (Parser) Ids

func (p Parser) Ids(limit int) <-chan string

func (Parser) Movie

func (p Parser) Movie(id string) *Movie

func (Parser) Movies

func (p Parser) Movies(limit int) <-chan Movie

Jump to

Keyboard shortcuts

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