add support for ls command (videoob -b arretsurimages ls latest)

Signed-off-by: franek <franek@chicour.net>
This commit is contained in:
franek 2013-04-01 12:32:54 +02:00 committed by Florent
commit 145f3cf2c0
3 changed files with 27 additions and 4 deletions

View file

@ -41,7 +41,6 @@ class IndexPage(BasePage):
if m:
_id = m.group(1)
video = ArretSurImagesVideo(_id)
video.title = unicode(title)
video.rating = None