[DHM] Add extractor description
This commit is contained in:
parent
643fe72717
commit
ff79552f13
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ import re
|
|||
|
||||
|
||||
class DHMIE(InfoExtractor):
|
||||
IE_DESC = 'Deutsches Historisches Museum'
|
||||
_VALID_URL = r'http://www\.dhm\.de/filmarchiv/(?P<id>.*?)'
|
||||
|
||||
_TEST = {
|
||||
|
|
Loading…
Reference in a new issue