Skip to content

Conversation

@Loukious
Copy link

@Loukious Loukious commented Jun 4, 2023

fixed parsing problems + made all methods return json object instead of json string because it makes more sense + added language support

Loukious and others added 2 commits June 4, 2023 19:17
…of json string because it makes more sense + added language support
"type": result.get('@type'),
"name": result.get('name'),
"alternateName": result.get('alternateName', None),
"url": self.baseURL + result.get('url'),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe it's not the case all the time, but I found out that result.get('url') already has imdb.com inside.

Suggested change
"url": self.baseURL + result.get('url'),
"url": result.get('url'),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants