Implement TheTVDB.com ID extraction from movie/TV show title #11
Labels
good first issue
Good for newcomers
hacktoberfest
Issues that are good candidates for Hacktobeerfest participants
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
The text was updated successfully, but these errors were encountered: