Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download #95

Open
emiltoft opened this issue Mar 6, 2020 · 0 comments
Open

download #95

emiltoft opened this issue Mar 6, 2020 · 0 comments

Comments

@emiltoft
Copy link

emiltoft commented Mar 6, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant