Correctly set IE_NAME field
This commit is contained in:
parent
f577e0ce15
commit
0dc13f4c4a
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ from .common import InfoExtractor
|
|||
|
||||
|
||||
class DefenseGouvFrIE(InfoExtractor):
|
||||
_IE_NAME = 'defense.gouv.fr'
|
||||
IE_NAME = 'defense.gouv.fr'
|
||||
_VALID_URL = (r'http://.*?\.defense\.gouv\.fr/layout/set/'
|
||||
r'ligthboxvideo/base-de-medias/webtv/(.*)')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue