akukic1 / bluecop-xbmc-repo

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

FreeCable: Colbert and DailyShow Not pulling list of episodes (patch included for comedy.py to fix) #242

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select Comedy Central
2. Select Colbert or Daily show
3.   See no episodes listed

What is the expected output? What do you see instead?
See list of current episodes and play them

What version of the product are you using? On what operating system?
SVN 536 on Archlinux current as of August 10, 2013.

Please provide any additional information below.

The problem is that your regex is no longer valid and you had a ccepisode 
function that was not getting called for Colbert and Daily show.  Instead I use 
BeuatifulStoneSoup to pull the "
Full Episodes from *" 'ul' and then grab the  episode links (capped at 5 do to 
delay in process).  Additional checks/code to extract the correct metadata as 
they use different schemeas.

I have not given it thorough testing besides for Daily Show and Colbert Report. 
 But it looked like SP used a different function which i did not touch.  If you 
do not like the patch I am willing to work on it if it helps get it included  
into FreeCable plugin.  Just let me know.

Original issue reported on code.google.com by powe...@gmail.com on 19 Aug 2013 at 1:06

Attachments:

GoogleCodeExporter commented 8 years ago
I can confirm both this bug and that this patch appears to fix it for the Daily 
Show.

Original comment by geo...@gmail.com on 2 Nov 2013 at 4:11

GoogleCodeExporter commented 8 years ago
Though, in the Daily Show, the first time it hits a commercial break, it goes 
back to the beginning of the previous segment instead of playing the next one 
(or the commercials).

Original comment by geo...@gmail.com on 2 Nov 2013 at 5:39