Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Major Issue Fixed 🤡 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
rudSarkar committed Jun 19, 2019
1 parent 4ca5d71 commit 35827c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions T1tl3.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def checkTitle(argv):
line2 = line.strip()
url = 'http://'+line2
try:
# User-Agent Added
headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'}
result = requests.get(url, headers=headers).content
soup = bs(result, 'html.parser')
Expand Down

0 comments on commit 35827c0

Please sign in to comment.