Open havanagrawal opened 4 years ago
Implement the the_tvdb_dot_com_id function in external_identifier
the_tvdb_dot_com_id
external_identifier
requests
bs4
Simply run python3 external_identifier.py and it will run doctests. Ensure that the test for the_tvdb_dot_com_id passes.
python3 external_identifier.py
I'll take this up. Please assign to me.
Problem
Implement the
the_tvdb_dot_com_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 forthe_tvdb_dot_com_id
passes.Hints