Gamespot plus script

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Billy Offline
Junior Member
Posts: 32
Joined: Sep 2004
Reputation: 0
Post: #41
i've modified this slightly to include the following:

* improved skin that fits with project mayhem 3
* changed the layout of buttons/ticker to fit with the above
* added psp reviews as a separate button

you can grab it from here if you're interested.
find quote
Spiny Offline
Junior Member
Posts: 4
Joined: Feb 2004
Reputation: 0
Post: #42
i get the "fetching video.." for ever too. gs live works fine though. i don't know python, could someone give me a few lines of code to put in the script to show me what url it's trying to resolve? may be able to diagnose the problem then.

edit:

broke my python virginity & fixed it myself Smile

the line that is

result = re.search('</entry>.*<ref href="(.*)"/>', data, re.dotall|re.ignorecase)

should read

result = re.search('<entry>.*<ref href="(.*)"/>', data, re.dotall|re.ignorecase)

spiny
find quote
theninjagecko Offline
Junior Member
Posts: 5
Joined: Mar 2005
Reputation: 0
Post: #43
i update list, it found loads of games, but my butons on my pad stop working, only the d pad and select button work, weird, can anyone help me ?
find quote
Post Reply