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