diff --git a/http-get.py b/http-get.py index c0d317f..a8331e0 100644 --- a/http-get.py +++ b/http-get.py @@ -4,11 +4,6 @@ from bs4 import BeautifulSoup # Define the URL url = 'https://dictionary.cambridge.org/dictionary/essential-american-english/wrist' -# Define the proxy settings -#proxies = { -# 'http': 'http://127.0.0.1:10809', -# 'https': 'http://127.0.0.1:10809' -#} headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36' }