8000
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 5477506 commit 717fe78Copy full SHA for 717fe78
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