diff options
author | trizen <trizen@protonmail.com> | 2020-10-30 20:32:53 +0200 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-11-09 17:28:58 -0500 |
commit | e4e52ab83ac73a3e581905487865149cdaf02a17 (patch) | |
tree | afa6e9f0ff24832a8b1825c4846d1cdd21eb0df7 /lib/WWW/FairViewer.pm | |
parent | eadbdc43477bf9096c510cb2e8a2343265f36f29 (diff) | |
download | fair-viewer-e4e52ab83ac73a3e581905487865149cdaf02a17.tar.lz fair-viewer-e4e52ab83ac73a3e581905487865149cdaf02a17.tar.xz fair-viewer-e4e52ab83ac73a3e581905487865149cdaf02a17.zip |
gtk: added the "Video License" combobox.
It allows searching only for videos with Creative-Commons license.
- Added tooltips for the comboboxes in the gtk version.
- Several internal improvements.
Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'lib/WWW/FairViewer.pm')
-rw-r--r-- | lib/WWW/FairViewer.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WWW/FairViewer.pm b/lib/WWW/FairViewer.pm index 59b2a80..224c415 100644 --- a/lib/WWW/FairViewer.pm +++ b/lib/WWW/FairViewer.pm @@ -445,7 +445,7 @@ sub lwp_get { } # Too many errors. Pick another invidious instance. - $self->pick_and_set_random_instance(); + # $self->pick_and_set_random_instance(); _warn_reponse_error($response, $url); return; |