feature: add IMDB movie/TV extractor #49
Reference in New Issue
Block a user
Delete Branch "feature/imdb-extractor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
sites/imdbpackage withGetMovie()andSearch()methodsMoviestruct: ID, title, year, rating, votes, runtime, genres, director, cast, plot, poster URL, box officeSearchResultstruct for search results with ID, title, yearCloses #30
Parent: #31 (PR 17 of 18)
Test plan
go build ./...passesgo test ./...passesgo vet ./...passes