diff --git a/recipes/wsj.recipe b/recipes/wsj.recipe index 829bcbe9ab..7fb9d2bb1d 100644 --- a/recipes/wsj.recipe +++ b/recipes/wsj.recipe @@ -4,6 +4,7 @@ import json import time from urllib.parse import quote, urlencode +from calibre.ebooks.BeautifulSoup import BeautifulSoup from calibre.web.feeds.news import BasicNewsRecipe diff --git a/recipes/wsj_free.recipe b/recipes/wsj_free.recipe index 80844c639f..1af24812e2 100644 --- a/recipes/wsj_free.recipe +++ b/recipes/wsj_free.recipe @@ -4,6 +4,7 @@ import json import time from urllib.parse import quote, urlencode +from calibre.ebooks.BeautifulSoup import BeautifulSoup from calibre.web.feeds.news import BasicNewsRecipe