aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-07-01 18:52:19 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-07-01 18:52:19 +0200
commit0f818663291752b2084d81aff76d945a43c66a06 (patch)
treeb70d0df45ab1f751e79f924733e8a582fd7e2420 /youtube_dl/extractor/common.py
parent2db67bc0f40d8a2938145a6630901360834cf387 (diff)
downloadyoutube-dl-0f818663291752b2084d81aff76d945a43c66a06.tar.xz
Add --list-extractor-descriptions (human-readable list of IEs)
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 5c6fd7945..655836ff6 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -263,3 +263,7 @@ class SearchInfoExtractor(InfoExtractor):
def _get_n_results(self, query, n):
"""Get a specified number of results for a query"""
raise NotImplementedError("This method must be implemented by sublclasses")
+
+ @property
+ def SEARCH_KEY(self):
+ return self._SEARCH_KEY