ソースを参照

[DHM] Add extractor description

Oskar Jauch 10 年 前
コミット
ff79552f13
1 ファイル変更1 行追加0 行削除
  1. 1 0
      youtube_dl/extractor/dhm.py

+ 1 - 0
youtube_dl/extractor/dhm.py

@@ -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 = {