Browse Source

[DHM] Add extractor description

totalwebcasting
Oskar Jauch 10 years ago
parent
commit
ff79552f13
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/dhm.py

+ 1
- 0
youtube_dl/extractor/dhm.py 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 = {


Loading…
Cancel
Save