Skip to content

Commit 8c78688

Browse files
committed
Remove Flickr downloader
Our API key has been broken for months and there is no free option to get a new one. Remove this downloader because we cannot reasonably support it given these circumstances. Closes varietywalls#702. Closes varietywalls#812.
1 parent b5ac4e5 commit 8c78688

File tree

10 files changed

+16
-602
lines changed

10 files changed

+16
-602
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ Every new image source to be added to Variety should meet several criteria:
3838
wallpapers. The general policy is that we prefer quality over both quantity and searchability /
3939
customization.
4040

41-
Suggestions for adding specific Flickr photographers' feeds as default sources are also welcome, as
42-
long as their images meet the license and quality criteria above (the other two are met
43-
by default with Flickr)
44-
4541
## Code style
4642

4743
We use Black and isort, using line length of 100 symbols.
@@ -86,8 +82,8 @@ To install glade on Ubuntu:
8682
sudo apt install glade
8783
```
8884

89-
If you just run it and try to open one of the .ui files in `data/ui`,
90-
it would give you an error.
85+
If you just run it and try to open one of the .ui files in `data/ui`,
86+
it would give you an error.
9187
Here is how to run it successfully:
9288
```
9389
GLADE_CATALOG_SEARCH_PATH=data/ui/ glade data/ui/PreferencesVarietyDialog.ui

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Variety is a wallpaper manager for Linux systems. It supports out-of-the-box most Linux desktop environments, and can be configured to work
66
on more esoteric ones.
77

8-
It can use local images or automatically download wallpapers from Flickr, Wallhaven, Unsplash, Bing, Reddit and other online sources,
8+
It can use local images or automatically download wallpapers from Wallhaven, Unsplash, Bing, Reddit and other online sources,
99
allows you to rotate them on a regular interval, and provides easy ways to separate the great images from the junk.
1010
Variety can also display wise and funny quotations or a nice digital clock on the desktop.
1111

serverside/variety_server_options.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"flickr": {
3-
"min_fill_queue_interval": 1200,
4-
"min_download_interval": 1200
5-
},
62
"wallbase": {
73
"min_fill_queue_interval": 1800,
84
"min_download_interval": 1800

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
packages=find_packages(exclude=['tests']),
2323
long_description="""
2424
Variety is a wallpaper manager for Linux systems. It supports numerous desktops
25-
and wallpaper sources, including local files and online services: Flickr,
25+
and wallpaper sources, including local files and online services:
2626
Wallhaven, Unsplash, and more.
2727
2828
Where supported, Variety sits as a tray icon to allow easy pausing and resuming.
@@ -38,4 +38,4 @@
3838
'variety': ['data/**', 'locale/**'],
3939
},
4040
include_package_data=True,
41-
)
41+
)

tests/TestFlickrDownloader.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

variety/AddFlickrDialog.py

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)