Skip to content

Commit b88e41c

Browse files
authored
Merge pull request #50 from masoudd/socks_gui
Add documentation about GUI proxy options
2 parents e518a60 + 5d5a21a commit b88e41c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docs/extensions/youtubedl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ gPodder 3.11.0 added a preferences page for youtube-dl to better find these sett
6363
The `manage_channel` setting is listed as "Parse YouTube channel feeds ..."
6464
and the `manage_downloads` setting is listed as "Download all supported episodes ...".
6565

66+
youtube-dl extension will use the proxy set in [gPodder proxy settings](../user-manual.md#using-a-http-or-socks-proxy-server).
67+
6668
Links:
6769

6870
- [Extension Source](https://github.com/gpodder/gpodder/blob/master/share/gpodder/extensions/youtube-dl.py)

docs/gpodder-proxy.png

48.6 KB
Loading

docs/user-manual.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,11 @@ gPodder includes a command-line interface. The command is called `gpo`. You can
321321

322322
### Using a HTTP or SOCKS proxy server
323323

324-
You can use a HTTP proxy server for downloading episodes and feeds. Newer versions of gPodder do not provide a way to do so in the GUI, but respect the environment variable **http\_proxy**. How to set the **http\_proxy** environment variable in different operating systems is described here:
324+
You can use a HTTP proxy server for downloading episodes and feeds. Newer versions of gPodder provide a way to do so in the GUI:
325+
326+
![Using HTTP or SOCKS proxy](gpodder-proxy.png)
327+
328+
If the proxy option in the GUI is disabled, gPodder will respect the environment variable **http\_proxy**. How to set the **http\_proxy** environment variable in different operating systems is described here:
325329

326330
- [Setting http\_proxy in Windows, Mac OS X and Linux/Unix](http://docs.activestate.com/activeperl/5.10/faq/ActivePerl-faq2.html#setting_http_proxy)
327331

0 commit comments

Comments
 (0)