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 b1a708b commit de85878Copy full SHA for de85878
1 file changed
gallery_dl/update.py
@@ -195,7 +195,7 @@ def items(self):
195
url = f"{self.root_api}/repos/{path_repo}/releases/{path_tag}"
196
headers = {
197
"Accept": "application/vnd.github+json",
198
- "User-Agent": util.USERAGENT,
+ "User-Agent": util.USERAGENT_GALLERYDL,
199
"X-GitHub-Api-Version": "2022-11-28",
200
}
201
data = self.request(url, headers=headers, notfound="tag").json()
0 commit comments