C
César DÃaz
Hi,
I'm trying to get a portion of text from a web page using Scrubyt. The
portion is like this:
<div class="lyricbox">
I don't feel like I'm at home<br/>
In the morning all alone<br/>
Trying hard to do the things I know I should<br/>
When the night time closes in<br/>And the loneliness begins<br/>
I believe you'd want to be here if you could<br/><br/>
</div>
I haven't got any problem getting the content of that div. The problem
is that after getting it, it seems that Scrubyt deletes the line breaks
(<br/>), so I get that content all in the same line. I have tried with
some other similar pages, and what I get was the same text but replacing
the <br/> tags with \n.
Anyone knows the reason of this strange behaviour? Any idea?
Thanks a lot.
I'm trying to get a portion of text from a web page using Scrubyt. The
portion is like this:
<div class="lyricbox">
I don't feel like I'm at home<br/>
In the morning all alone<br/>
Trying hard to do the things I know I should<br/>
When the night time closes in<br/>And the loneliness begins<br/>
I believe you'd want to be here if you could<br/><br/>
</div>
I haven't got any problem getting the content of that div. The problem
is that after getting it, it seems that Scrubyt deletes the line breaks
(<br/>), so I get that content all in the same line. I have tried with
some other similar pages, and what I get was the same text but replacing
the <br/> tags with \n.
Anyone knows the reason of this strange behaviour? Any idea?
Thanks a lot.