download
Open
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 336
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.