We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbe457 commit c251432Copy full SHA for c251432
1 file changed
mfr/providers/osf/provider.py
@@ -186,8 +186,8 @@ async def _fetch_download_url(self):
186
redirect to WB. Issue a GET request against it, then return the WB url stored in the
187
Location header.
188
189
- First ``GET`` may return **301** with ``Location`` for legacy download route. If ``Location``
190
- points at OSF's ``/download/<id>/`` route, perform a second ``GET`` there and expect **302**
+ First ``GET`` may return **301** with ``Location`` for legacy download route. If ``Location``
+ points at OSF's ``/download/<id>/`` route, perform a second ``GET`` there and expect **302**
191
to WaterButler. If ``Location`` is not that route (e.g. already WaterButler), use it as ``download_url``.
192
"""
193
if not self.download_url:
0 commit comments