Closed havanagrawal closed 4 years ago
Implement the imdb_id function in external_identifier
imdb_id
external_identifier
requests
bs4
Simply run python3 external_identifier.py and it will run doctests. Ensure that the test for imdb_id passes.
python3 external_identifier.py
Taken a stab at this, see #13!
Fixed by #13
Problem
Implement the
imdb_id
function inexternal_identifier
Prerequisites
requests
,bs4
(BeautifulSoup), etc)How to Test
Simply run
python3 external_identifier.py
and it will run doctests. Ensure that the test forimdb_id
passes.Hints