verbose error messages in Qt applications (closes #775)
This commit is contained in:
parent
a94d6c9972
commit
dfb52a2624
4 changed files with 18 additions and 8 deletions
|
|
@ -172,11 +172,11 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection, ICapVideo):
|
|||
radio.current.artist = artist
|
||||
return radio
|
||||
|
||||
# avoid warning, but TODO
|
||||
# TODO
|
||||
# http://www.franceculture.fr/recherche/key%3DYOURSEARCH%2526type%3Demission
|
||||
# http://www.franceinter.fr/recherche/key%3DYOURSEARCH%2526tri%3Dpertinence%2526theme%3Ddefault%2526type%3Demission
|
||||
def iter_search_results(self, *args, **kwargs):
|
||||
return []
|
||||
#def iter_search_results(self, *args, **kwargs):
|
||||
# return []
|
||||
|
||||
def get_video(self, _id):
|
||||
with self.browser:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ from weboob.tools.browser.decorators import id2url
|
|||
from StringIO import StringIO
|
||||
from time import time
|
||||
import re
|
||||
import urlparse
|
||||
|
||||
try:
|
||||
import json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue