Implement EIDR extraction from movie/TV show title #10
Labels
good first issue
Good for newcomers
hacktoberfest
Issues that are good candidates for Hacktobeerfest participants
Problem
Implement the
eidr_identifier
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 foreidr_identifier
passes.Hints
language
,referent_type
, etc) to the function if they help in increasing the confidence of the returned identifier.The text was updated successfully, but these errors were encountered: