dvolgyes / zenodo_get

Zenodo_get: Downloader for Zenodo records
GNU Affero General Public License v3.0
130 stars 21 forks source link

fix: updated "record" to "records" so links to files properly download #21

Closed joseale2310 closed 4 months ago

joseale2310 commented 10 months ago

Hi! I noticed that I was not able to download the files (too many errors error). Checking a bit into the code i noticed that the link to download the file has "record" in it, instead of "records" and so it cannot be downloaded properly.

pep8speaks commented 10 months ago

Hello @joseale2310! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 331:80: E501 line too long (83 > 79 characters)

Line 17:80: E501 line too long (88 > 79 characters) Line 86:60: E203 whitespace before ':' Line 143:80: E501 line too long (84 > 79 characters) Line 148:80: E501 line too long (88 > 79 characters) Line 155:80: E501 line too long (84 > 79 characters) Line 211:45: E203 whitespace before ':' Line 213:44: E203 whitespace before ':' Line 227:80: E501 line too long (85 > 79 characters) Line 249:80: E501 line too long (95 > 79 characters)

Comment last updated at 2023-11-09 13:19:54 UTC
dvolgyes commented 4 months ago

Hi,

Due to formatting, there were some conflicts, so I incorporated your fixes in a commit. Sorry for the slow response and thanks for spotting it!