jmcarp / robobrowser

BSD 3-Clause "New" or "Revised" License
3.7k stars 337 forks source link

download #95

Open emiltoft opened 4 years ago

emiltoft commented 4 years ago

Hi,

I'm using robobrowser to download a .csv file form a web page with login. The issue is when downloading the text, I'm missing a few lines. It's always the same lines that are missing. I get no errors during parsing of the data. Downloading the data manually from the web side I get all lines that I expects.

rb.follow_link('Download CSV') lines = tb.parsed.text.replace("\r\n", "\n").split("\n")

Hope you can help.

Kind regards