VideoThumbnail.__str__() doesn't print the url between <> anymore
This commit is contained in:
parent
ae674c6789
commit
244bb055f2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class VideoThumbnail(object):
|
||||||
self.data = None
|
self.data = None
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return '<%s>' % self.url
|
return self.url
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return '<Thumbnail url="%s">' % self.url
|
return '<Thumbnail url="%s">' % self.url
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue