View Single Post
Old 10-13-2008, 09:24 AM   #5
DAiki
Junior Member
DAiki began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2008
Device: PRS 505
Just in case anybody needs this sort of think in the future I end up doing just replace 2x

Code:
        url = url.replace(':','/')
        url = url.replace('http/','http:')
DAiki is offline   Reply With Quote