Package: weboob
Version: 0.g-1

Hi,

I'm trying to get this video from Dailymotion:
http://www.dailymotion.com/video/x1b63vv_special-investigation-big-data-les-nouveaux-devins-2014-canal_news

My backends are up to date:

$ weboob-config update
=== [  0%] Getting http://updates.weboob.org/0.g/main/
=== [ 50%] The latest version of dailymotion is already installed
=== [100%] The latest version of youtube is already installed

Here is the error message I get:

videoob> logging debug
videoob> download x1b63vv
2014-02-09 14:41:00,673:DEBUG:bcall:bcall.py:112:_caller <Backend 'dailymotion'>: Calling function <bound method Videoob._do_complete of <weboob.applications.videoob.videoob.Videoob object at 0x2221810>> 2014-02-09 14:41:00,676:DEBUG:bcall:bcall.py:112:_caller <Backend 'youtube'>: Calling function <bound method Videoob._do_complete of <weboob.applications.videoob.videoob.Videoob object at 0x2221810>> 2014-02-09 14:41:00,918:DEBUG:backend.dailymotion.browser:browser.py:704:_change_location [user_id=None] Went on http://www.dailymotion.com/video/x1b63vv 2014-02-09 14:41:01,152:DEBUG:bcall:bcall.py:121:_caller <Backend 'youtube'>: Called function <bound method Videoob._do_complete of <weboob.applications.videoob.videoob.Videoob object at 0x2221810>> returned: None 2014-02-09 14:41:01,304:DEBUG:bcall:bcall.py:118:_caller <Backend 'dailymotion'>: Called function <bound method Videoob._do_complete of <weboob.applications.videoob.videoob.Videoob object at 0x2221810>> raised an error: BrokenPageError('Not enough elements found (1 expected) with selector "span.title"',) Bug(dailymotion): Not enough elements found (1 expected) with selector "span.title"
=== [  0%] Getting http://updates.weboob.org/0.g/main/
2014-02-09 14:41:01,309:DEBUG:browser:browser.py:277:openurl Opening URL "('http://updates.weboob.org/0.g/main/modules.list',)", {}
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/weboob/core/bcall.py", line 114, in _caller
    result = function(backend, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/weboob/tools/application/base.py", line 262, in _do_complete
    res = getattr(backend, function)(*args, **kwargs)
File "/home/fab/.local/share/weboob/modules/0.g/dailymotion/backend.py", line 45, in get_video
    return self.browser.get_video(_id)
File "/usr/lib/python2.7/dist-packages/weboob/tools/browser/decorators.py", line 70, in inner
    return func(self, *new_args, **kwargs)
File "/home/fab/.local/share/weboob/modules/0.g/dailymotion/browser.py", line 53, in get_video
    return self.page.get_video(video)
File "/home/fab/.local/share/weboob/modules/0.g/dailymotion/pages.py", line 90, in get_video video.title = unicode(self.parser.select(div, 'span.title', 1).text).strip() File "/usr/lib/python2.7/dist-packages/weboob/tools/parsers/lxmlparser.py", line 95, in select raise BrokenPageError('Not enough elements found (%d expected) with selector "%s"' % (nb, selector)) BrokenPageError: Not enough elements found (1 expected) with selector "span.title"


Package Versions installed:

$ apt-cache policy python-weboob-core weboob weboob-qt
python-weboob-core:
  Installé : 0.g-1
  Candidat : 0.g-1
 Table de version :
 *** 0.g-1 0
        500 http://ftp.fr.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status
weboob:
  Installé : 0.g-1
  Candidat : 0.g-1
 Table de version :
 *** 0.g-1 0
        500 http://ftp.fr.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status
weboob-qt:
  Installé : 0.g-1
  Candidat : 0.g-1
 Table de version :
 *** 0.g-1 0
        500 http://ftp.fr.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status


Cheers,


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to