Skip to content

Commit 01965af

Browse files
committed
fixed error for some python versions for link extractor
1 parent 67001a2 commit 01965af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-scraping/link-extractor/link_extractor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import requests
2-
from urllib.request import urlparse, urljoin
2+
from urllib.parse import urlparse, urljoin
33
from bs4 import BeautifulSoup
44
import colorama
55

0 commit comments

Comments
 (0)