MCn- / gamebits

Fetch game info from the internet.
1 stars 4 forks source link

[url] tag uneccesary for review link. #6

Closed blackfish-bb closed 11 years ago

blackfish-bb commented 11 years ago

review = "[url]" + review_link.get("href") + "[/url]" (currently line 79)

This generates, for example, "[url]http://gameboy.ign.com/articles/458/458227p1.html[/url]" but the description only needs "http://gameboy.ign.com/articles/458/458227p1.html". bB displays the tags and automatically makes the URL a link.