Files
gallery-dl/gallery_dl/extractor/directlink.py
Mike Fährmann a416e54765 [directlink] manually encode Referer URLs (fixes #1647)
Trying to send a non-latin-1-encodable header raises an exception,
so we encode the Referer value ourselves with 'errors=ignore'.
2021-06-21 20:28:19 +02:00

2.5 KiB