dobbelina / repository.dobbelina

repository.dobbelina- Kodi is a registered trademark of the XBMC Foundation.We are not connected to or in any other way affiliated with Kodi
https://dobbelina.github.io/
273 stars 92 forks source link

Daftsex (Empty Folder) #451

Closed crst31 closed 3 years ago

crst31 commented 3 years ago

Please fill in below:

Bug reports:

Only getting “Categories and Search” when I open it. Tried search and categories coming up with no results

OS environment

Shield, Kodi 18 and 19

dobbelina commented 3 years ago

Issue confirmed, thanks for reporting.

camilt commented 3 years ago

In daftsex.py replace lines 38 and 39 with this: match = re.compile(r'setTitle\(this\);">([^<]+).+?video-item.+?href="([^"]+).+?url\(\'([^"]+)\'.+?time">([^<]+)', re.DOTALL | re.IGNORECASE).findall(response) for name, video, img, length in match:

dobbelina commented 3 years ago

Will be fixed in the next update.