drrlramsey / xbmc-addons

Automatically exported from code.google.com/p/xbmc-addons
0 stars 0 forks source link

TED plugin newest talks does not show next and previous buttons #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Navigate to the Ted Talks plugin.
2. Go to newest talks
3. Try to navigate the next button to show the next 10 talks.

What is the expected output? What do you see instead?
Expected: there should be a Next button.
Instead: it is not displayed.

What version of XBMC are you using? On what operating system?  What version of 
the addon are you using?
XBMC 10.1 on Ubuntu 11.04
Ted Talks 2.2.2

Reason:
On the Ted Talks website the class attribute (e.g. next, previous) moved from 
the "a" tag to the "li" tag. "previous" got renamed to "prev".

diff is attached for resources/lib/ted_talks_scraper.py

Original issue reported on code.google.com by helmut.m...@gmail.com on 12 Nov 2011 at 4:09

Attachments:

GoogleCodeExporter commented 8 years ago
fixed in version 2.2.4 - thanks.

i'm sorry i didn't see it before but this isn't really my project ;)

Original comment by cptsp...@gmail.com on 29 Nov 2011 at 9:27