CaTzil / service.subtitles.napisy24pl

Napisy24.pl is Addon for searching and downloading subtitles from KODI
GNU General Public License v2.0
8 stars 9 forks source link

Update addon.xml #2

Closed struart closed 10 years ago

struart commented 10 years ago

Hello it's me again :) I posted about dependancy missing BeautifulSoup. You added BS version 4 wich is not compatibile with this addon. Of course I changed the service.py from:

from BeautifulSoup import BeautifulSoup

to:

from bs4 import BeautifulSoup

As i saw in some XBMC forum topic. To make it use bs4. But it crash with ERROR: list out of bound in log while scraping list of subs from site.

With BS v3 there's no problem and work 100% ok.

CaTzil commented 10 years ago

Fixed the import, thank you!