[arte] fix arte concert (a fields has been removed fron json)

This commit is contained in:
Bezleputh 2015-06-11 14:43:52 +02:00
commit ecad2fe3af
2 changed files with 1 additions and 1 deletions

View file

@ -230,7 +230,6 @@ class ArteJsonPage(JsonPage):
klass = ArteSiteVideo
obj__site = SITE.CONCERT.get('id')
obj_id = Format('%s.%s', Field('_site'), Regexp(Dict('VTR'), 'http://concert.arte.tv(.*)'))
@method
class get_arte_cinema_video(ArteItemElement):