1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-05-21 17:09:24 +00:00

Add --list-extractor-descriptions (human-readable list of IEs)

This commit is contained in:
Philipp Hagemeister
2013-07-01 18:52:19 +02:00
parent 2db67bc0f4
commit 0f81866329
9 changed files with 34 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ from ..utils import (
class GoogleSearchIE(SearchInfoExtractor):
"""Information Extractor for Google Video search queries."""
IE_DESC = u'Google Video search'
_MORE_PAGES_INDICATOR = r'id="pnnext" class="pn"'
_MAX_RESULTS = 1000
IE_NAME = u'video.google:search'