build executables with SOCKS proxy support (closes #1424)

pull/1455/head
Mike Fährmann 4 years ago
parent 41fbc20020
commit 37940193a6
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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

@ -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))

@ -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"

Loading…
Cancel
Save