new checkbox 'SFW'

This commit is contained in:
Romain Bignon 2010-04-29 22:44:46 +02:00
commit 404db79007
3 changed files with 74 additions and 16 deletions

View file

@ -28,6 +28,7 @@ class QVideoob(QtApplication):
VERSION = '1.0'
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
CONFIG = {'settings': {'nsfw': True,
'sfw': True,
'sortby': 0,
'backend': ''
}