Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imdb is broken #403

Open
Vault108 opened this issue Aug 23, 2021 · 4 comments
Open

Imdb is broken #403

Vault108 opened this issue Aug 23, 2021 · 4 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@Vault108
Copy link
Contributor

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?

@linuxdaemon
Copy link
Member

Might be related to #24 @flotwig can you take a look at your scraper?

@linuxdaemon linuxdaemon added the bug-external This is a bug in an external service label Aug 30, 2021
@Vault108
Copy link
Contributor Author

Vault108 commented Aug 31, 2021

Might be related to #24 @flotwig can you take a look at your scraper?

I also forked his repo, and ran my own instance and was getting the same issues. thus leading me to think its an IMDB issue.

@linuxdaemon
Copy link
Member

@Vault108 Any plans to port this to the other API you mentioned?

@linuxdaemon linuxdaemon added help wanted Extra attention is needed question Further information is requested and removed bug-external This is a bug in an external service labels Apr 23, 2023
@Vault108
Copy link
Contributor Author

At the moment with the way work is no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants