RahulShaw / LinuxAcademy-DL

Download videos from your LinuxAcademy account for offline viewing
MIT License
65 stars 44 forks source link

bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library? #33

Closed lyricnz closed 4 years ago

lyricnz commented 4 years ago

After pip install -r requirements.txt still get error. Need to install html5lib module? Not mentioned in README.

~ Logged in! ~
Getting lesson links...
Traceback (most recent call last):
  File "driver.py", line 100, in <module>
    parsed_html = BeautifulSoup(html, 'html5lib')
  File "/Users/ME/src/github/LinuxAcademy-DL/venv/lib/python3.7/site-packages/bs4/__init__.py", line 245, in __init__
    % ",".join(features))
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library?
RahulShaw commented 4 years ago

Please run pip install html5lib Moreover, I've updated requirements.txt. Thanks for pointing it out.

lyricnz commented 4 years ago

Thanks.

lyricnz commented 4 years ago

I've got a few more improvements that I'll be making on my fork. Any interest in taking feature/cleanup changes?

On Wed, 27 May 2020 at 14:10, Rahul Shaw notifications@github.com wrote:

Closed #33 https://github.com/RahulShaw/LinuxAcademy-DL/issues/33.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RahulShaw/LinuxAcademy-DL/issues/33#event-3376304904, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA54A5L6O2J4KLUFSMVEV3RTSHERANCNFSM4NLOPUZQ .