mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 16:45:17 +00:00
[DHM] Add extractor description
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user