Quote:
Originally Posted by marbs
but i need some help fixing it.
i marked it HERE in the code. i want to format the url as u"www....com" i am giving it a simple string. i tried ' and " and []. still cant get the syntax right. can i get some help with that?
|
It looks correct to me, except:
Quote:
Code:
INDEX = '"http://maya.tase.co.il/'
|
This has an extra leading quote - it should be
Quote:
Code:
INDEX = 'http://maya.tase.co.il/'
|
And: don't you want 'the new soup is', soup1 instead of 'the new soup is', temp2
And: I don't see any iframes in soup1?