add support for ls command (videoob -b arretsurimages ls latest)
Signed-off-by: franek <franek@chicour.net>
This commit is contained in:
parent
b6f46ab694
commit
145f3cf2c0
3 changed files with 27 additions and 4 deletions
|
|
@ -41,7 +41,6 @@ class IndexPage(BasePage):
|
|||
if m:
|
||||
_id = m.group(1)
|
||||
|
||||
|
||||
video = ArretSurImagesVideo(_id)
|
||||
video.title = unicode(title)
|
||||
video.rating = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue