summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2024-06-03 16:37:41 +0200
committerFlorian Bruhin <me@the-compiler.org>2024-06-04 22:27:59 +0200
commit79942fa4660b562a6781c7a73a900c26125fcdba (patch)
tree58798c0ea42f5d3efae0ab1ed063e38af6b66294 /scripts
parentae7d7fb426790f2efdc7abba783ffee59e2c424b (diff)
downloadqutebrowser-79942fa4660b562a6781c7a73a900c26125fcdba.tar.gz
qutebrowser-79942fa4660b562a6781c7a73a900c26125fcdba.zip
scripts: Update data link for ua_fetch.py
Same developer, just repo moved apparently
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/ua_fetch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/ua_fetch.py b/scripts/dev/ua_fetch.py
index 2f094476e..956a0ed4c 100644
--- a/scripts/dev/ua_fetch.py
+++ b/scripts/dev/ua_fetch.py
@@ -7,7 +7,7 @@
"""Fetch and print the most common user agents.
This script fetches the most common user agents according to
-https://github.com/Kikobeats/top-user-agents, and prints the most recent
+https://github.com/microlinkhq/top-user-agents, and prints the most recent
Chrome user agent for Windows, macOS and Linux.
"""
@@ -29,7 +29,7 @@ def wrap(ini, sub, string):
# pylint: disable-next=missing-timeout
-response = requests.get('https://raw.githubusercontent.com/Kikobeats/top-user-agents/master/index.json')
+response = requests.get('https://raw.githubusercontent.com/microlinkhq/top-user-agents/master/src/index.json')
if response.status_code != 200:
print('Unable to fetch the user agent index', file=sys.stderr)