1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 02:19:29 +00: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 = {