jmcarp / jmcarp/robobrowser

download

Open
#95 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.