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.
2 parents 5477506 + 717fe78 commit 38de787Copy full SHA for 38de787
github3/repos/release.py
@@ -195,6 +195,8 @@ def _update_attributes(self, asset):
195
#: URL to download the asset.
196
#: Request headers must include ``Accept: application/octet-stream``.
197
self.download_url = self._api
198
+ # User friendly download URL
199
+ self.browser_download_url = asset.get('browser_download_url')
200
#: GitHub id of the asset
201
self.id = asset.get('id')
202
#: Short description of the asset
0 commit comments