build executables with SOCKS proxy support (closes #1424)

This commit is contained in:
Mike Fährmann
2021-04-03 22:25:46 +02:00
parent 41fbc20020
commit 37940193a6
3 changed files with 4 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Build executable
run: |
pip install requests urllib3==1.25.11 youtube-dl pyinstaller
pip install requests requests[socks] urllib3==1.25.11 youtube-dl pyinstaller
python scripts/pyinstaller.py
- name: Upload executable

View File

@@ -1,5 +1,7 @@
# Changelog
## Unreleased
## 1.17.2 - 2021-04-02
### Additions
- [deviantart] add support for posts from watched users ([#794](https://github.com/mikf/gallery-dl/issues/794))

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.17.2"
__version__ = "1.17.3-dev"