havanagrawal / wikidata-toolkit

Bot for Wikidata to fix consistency and constraint issues on television series :tv:
MIT License
5 stars 8 forks source link

Implement IMDB ID extraction from movie/TV show title #8

Closed havanagrawal closed 3 years ago

havanagrawal commented 3 years ago

Problem

Implement the imdb_id function in external_identifier

Prerequisites

How to Test

Simply run python3 external_identifier.py and it will run doctests. Ensure that the test for imdb_id passes.

Hints

mike-k0 commented 3 years ago

Taken a stab at this, see #13!

havanagrawal commented 3 years ago

Fixed by #13