mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-27 23:56:51 +01:00
[DHM] Add extractor description
This commit is contained in:
parent
643fe72717
commit
ff79552f13
@ -9,6 +9,7 @@ import re
|
|||||||
|
|
||||||
|
|
||||||
class DHMIE(InfoExtractor):
|
class DHMIE(InfoExtractor):
|
||||||
|
IE_DESC = 'Deutsches Historisches Museum'
|
||||||
_VALID_URL = r'http://www\.dhm\.de/filmarchiv/(?P<id>.*?)'
|
_VALID_URL = r'http://www\.dhm\.de/filmarchiv/(?P<id>.*?)'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
|
Loading…
Reference in New Issue
Block a user