szymex / xbmc-finnish-tv

XBMC Video Plugins for playing Finnish television content containers.
GNU General Public License v3.0
31 stars 38 forks source link

Duplicate titles in Katsomo #39

Closed ghost closed 10 years ago

ghost commented 10 years ago

Every video in Katsomo plugin have the title doubled.

Example:

The title of the video should be Osa 2538: Lari on rikkileirillä. (20.11.)

But instead of that, there is: Osa 2538: Lari on rikkileirillä. (20.11.) Osa 2538: Lari on rikkileirillä. (20.11.)

ghost commented 10 years ago

This can be fixed by commenting or removing the following line from katsomoscraper.py

        title += ' ' + common.parseDOM(r, "p", {'class': 'program-name'})[0]
szymex commented 10 years ago

Thanks, fixed.