mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 23:12:40 +00:00
[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 @@
|
|||
|
||||
|
||||
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