Skip to content

Imdb is broken #403

@Vault108

Description

@Vault108

Originally reported by MPenguin in #gonzobot
It appears that anything scraped in 2021 is not scraping properly:

https://imdb-scraper.herokuapp.com/search?q=Bobs+Burgers&limit=1 :

{
	"success": true,
	"result": [{
		"id": "tt1561755",
		"title": "",
		"year": "2011",
		"genres": [],
		"plot": "",
		"runtime": "",
		"rating": "unrated",
		"votes": "0",
		"directors": [],
		"writers": [],
		"stars": [],
		"retrieved": "2021-08-23T07:14:37.629Z"
	}]
}
https://imdb-scraper.herokuapp.com/search?q=Game+of+Thrones&limit=1
{
	"success": true,
	"result": [{
		"id": "tt0944947",
		"title": "Game of Thrones",
		"year": "2011",
		"genres": [],
		"plot": "Nine noble families fight for control over the mythical lands of Westeros, while an ancient enemy returns after being dormant for thousands of years.",
		"runtime": "57min",
		"rating": "9.4",
		"votes": "1614138",
		"photoUrl": "https://m.media-amazon.com/images/M/MV5BMjA5NzA5NjMwNl5BMl5BanBnXkFtZTgwNjg2OTk2NzM@._V1_UX182_CR0,0,182,268_AL_.jpg",
		"directors": [],
		"writers": [],
		"stars": [],
		"retrieved": "2019-12-17T16:51:02.139Z"
	}]
}

could be possible to rewrite with: https://github.com/alberanid/imdbpy
@IlGnome wanna help me take a stab?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions