[arte] fix arte concert (a fields has been removed fron json)
This commit is contained in:
parent
e93d724ed1
commit
ecad2fe3af
2 changed files with 1 additions and 1 deletions
|
|
@ -142,6 +142,7 @@ class ArteBrowser(PagesBrowser):
|
|||
if m:
|
||||
video = self.webservice.go(__site=m.group('__site'), _lang=m.group('_lang'),
|
||||
_id=m.group('_id')).get_arte_concert_video(obj=video)
|
||||
video.id = u'%s.%s' % (video._site, id)
|
||||
video.ext, video.url = self.get_url()
|
||||
return video
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue