TotallyNotRobots / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
72 stars 40 forks source link

Imdb is broken #403

Open Vault108 opened 3 years ago

Vault108 commented 3 years ago

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 commented 3 years ago

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

Vault108 commented 3 years ago

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 commented 1 year ago

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

Vault108 commented 1 year ago

At the moment with the way work is no.