How to Solve NameError: name 'NotADownloadableLinkError' is not defined -- bdfr

Solution: Import the 'NotADownloadableLinkError' module

# Add the following line to the top of your code
from bdfr.exceptions import NotADownloadableLinkError

 

For more information:
bdfr NotADownloadableLinkError