move user agent string to util.py

This commit is contained in:
Mike Fährmann
2023-02-22 11:09:17 +01:00
parent 56039d2456
commit 3d8777fbc1
5 changed files with 9 additions and 9 deletions

View File

@@ -7,4 +7,3 @@
# published by the Free Software Foundation.
__version__ = "1.25.0-dev"
__useragent__ = "gallery-dl/" + __version__