1
0
mirror of https://github.com/l1ving/youtube-dl synced 2024-10-03 21:17:22 +08:00

[DHM] Add extractor description

This commit is contained in:
Oskar Jauch 2015-03-28 10:42:35 +01:00
parent 643fe72717
commit ff79552f13

View File

@ -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 = {