You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch, @bousqi! That's exactly what was happening. It only shows up with stored files, because the extra character is absorbed by the decompressor otherwise. Thanks for filing the bug, should be fixed now. We'll release an updated version soon.
First of all, thanks for this package. I was looking for such feature few month ago but found nothing. Finally it came.
I'm trying to read text files from large remote file to avoid gigas to be downloaded for few kilos expected.
The target URL is : 'http://psa.download.navigation.com/automotive/PSA/RT6-SMEGx/M49RG20-Q0420-2051.ZIP'
And I'm trying to get those two files :
For both of them, reading line per line using readline(), I get an extra 'P' char after the '\r\n'
For example:
The text was updated successfully, but these errors were encountered: