PiRSquared17 / xbmc-addons-chinese

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

Tudou Plugin: unable to fetch series #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Pick a TV series

What is the expected output? What do you see instead?

A list of episodes should be returned. Got script error instead due to changes 
in URLs.

What version of the product are you using? On what operating system?

XBMC 11.0 on Linux Mint 12.0 using Gnome 3.

Please provide any additional information below.

I have attached a working default.py to resolve the issue. Please note the 
following:

- I have made it possible to determine video links by using flvcd.com. So 
previously blocked contents may be accessible now.

- The code attached has received very limited testing, but it does work and 
restore my system to working order.

- I have moved away from doing extensive low-level HTML parsing and have 
instead relied on BeautifulSoup to do most of the heavy lifting. I am not sure 
if BeautifulSoup always comes with XBMC but given how popular it is, it 
probably is a safe assumption.

Original issue reported on code.google.com by Alexande...@gmail.com on 23 Jun 2012 at 4:13

Attachments:

GoogleCodeExporter commented 9 years ago
The Tudou site has apparently changed again. The default.py no longer works.

Original comment by Alexande...@gmail.com on 1 Jul 2012 at 3:46

GoogleCodeExporter commented 9 years ago
Here is a default.py that is currently working quite well for me.

Original comment by Alexande...@gmail.com on 6 Jul 2012 at 3:07

Attachments:

GoogleCodeExporter commented 9 years ago
fixed at r278

Original comment by taxi...@sina.com on 10 Jul 2012 at 2:20