jeffkowalski / geeknote

Console client for Evernote.
GNU General Public License v3.0
393 stars 50 forks source link

i am trying to use a web scraper #115

Closed ashimonye closed 5 years ago

ashimonye commented 5 years ago

UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.

The code that caused this warning is on line 6 of the file C:/Users/Gideon/PycharmProjects/Youtube/weblearn.py. To get rid of this warning, pass the additional argument 'features="html.parser"' to the BeautifulSoup constructor.

soup = bs4.BeautifulSoup(page.text) Traceback (most recent call last): File "C:/Users/Gideon/PycharmProjects/Youtube/weblearn.py", line 9, in requests.append(movie) AttributeError: module 'requests' has no attribute 'append'

jeffkowalski commented 5 years ago

I'm sorry but this is report is not useful without clearly indicating steps to reproduce the error, and an indication of what you were expecting to happen. As well, please describe the version of geeknote and the operating system you're using.

On Fri, May 17, 2019, 6:37 PM ashimonye notifications@github.com wrote:

UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.

The code that caused this warning is on line 6 of the file C:/Users/Gideon/PycharmProjects/Youtube/weblearn.py. To get rid of this warning, pass the additional argument 'features="html.parser"' to the BeautifulSoup constructor.

soup = bs4.BeautifulSoup(page.text) Traceback (most recent call last): File "C:/Users/Gideon/PycharmProjects/Youtube/weblearn.py", line 9, in requests.append(movie) AttributeError: module 'requests' has no attribute 'append'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeffkowalski/geeknote/issues/115?email_source=notifications&email_token=AAAN4MB4FFU6EXBXEERNZCTPV4XTXA5CNFSM4HNY2MQ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUP6NWQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAN4MDKTERFSGWGHFPI3RTPV4XTXANCNFSM4HNY2MQQ .