We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67001a2 commit 01965afCopy full SHA for 01965af
web-scraping/link-extractor/link_extractor.py
@@ -1,5 +1,5 @@
1
import requests
2
-from urllib.request import urlparse, urljoin
+from urllib.parse import urlparse, urljoin
3
from bs4 import BeautifulSoup
4
import colorama
5
0 commit comments