kaustubhhiware / rose

Analyse all kinds of data for a TV series
https://rose-tv.herokuapp.com
MIT License
37 stars 13 forks source link

Passing parameter -s "Suits" or -s "Suits (2011)" gets the wrong imdb url #2

Open DMak21 opened 6 years ago

DMak21 commented 6 years ago

get_link gets the url (www.imdb.com/title/tt5498940/) instead of (www.imdb.com/title/tt1632701/)

suits

kaustubhhiware commented 6 years ago

Thanks for pointing this out! I did note once this happening.However this is not a persistent issue, see https://twitter.com/kaustubhhiware/status/975316234685353984

Could you try using -s "Suits series" ?

A fix could be if the link is not detected with "suits imdb", use "suits series imdb" or just search "suits series imdb" in the first attempt itself.

DMak21 commented 6 years ago

Yeah it works while passing -s "Suits series" as the parameter

Also instead of searching "suits imdb", searching for "suits site:imdb.com" can provide better results.. also this usually doesn't provide any featured snippets and then the redundant step of checking if its is an imdb url can be removed

kaustubhhiware commented 6 years ago

I'll add this as time allows. Thanks for reminding me of this :smile: