Closed GoogleCodeExporter closed 9 years ago
The Joox.net layout changed a bit. However, I decided to change how the
MediaUrl is
determined. It is now statically created using the
http://video.stage6.com/________/.divx url-holder.
The new version of XOT will contain the fix. For those who want to use it right
away
edit the chn_joox.py and
1. add this line:
item.mediaurl = "http://video.stage6.com/%s/.divx" % (resultSet[2])
AFTER line 173/174:
item.thumb = self.noImage
item.type = 'video'
2. And CHANGE 'item.complete = False' to 'item.complete = True'.
It should look like:
Finally it should look like:
---------------------------
item.type = 'video'
item.mediaurl = "http://video.stage6.com/%s/.divx" % (resultSet[2])
# getting the URL is part of the PlayVideo
item.complete = True
return item
---------------------------
Original comment by basrie...@gmail.com
on 9 Nov 2007 at 8:40
Hallo,
Ik heb chn_joox.py ge-edit, maar daarna kreeg ik een LEEG uitzending gemist
scherm,
dus zonder de iconen van NL1, etc.(?)
Ik dacht dat er wat mis was met de site, op mijn computer bleek dat dat niet
het
geval was, heb de originele chn_joox.py teruggezet, en het werkte weer!?
Ik zou zeggen dat het een niets met het ander te maken zou maken, maar dus wel?
Groet,
Kees
Original comment by cdgbo...@gmail.com
on 17 Nov 2007 at 11:33
Ja dat heeft zeker met elkaar te maken! Er zit waarschijnlijk een fout in je
editting, hierdoor kan het joox.net kanaal niet starten en dus klapt XOT er ook
uit!
Let er op je indentations (tabs, spaties) niet vergeet, die zijn essentieel! Je
kan
altijd de logfile nalezen, daarin staat waarschijnlijk wat er fout is.
Dan nog een opmerking: aangezien hier ook niet NL mensen komen, zou ik het
graag in
het engels houden. Dus:
In english: When you edit the file, please make sure that the indentations
(spaces
and tabs) are correct. They are essential for pythonscripts. If it is not
working,
check the logfile, for details on the error.
Original comment by basrie...@gmail.com
on 17 Nov 2007 at 1:32
Indeed! I replaced 2 TABS with 10 spaces and now it works!
Great!
Original comment by cdgbo...@gmail.com
on 17 Nov 2007 at 4:31
Changed status to Done
Original comment by basrie...@gmail.com
on 24 Jun 2012 at 11:42
Original issue reported on code.google.com by
Fre...@gmail.com
on 9 Nov 2007 at 7:22