aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-06-23 20:51:42 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-06-23 20:51:42 +0200
commitd1596ef439d208017d1e425dfd752a111b303869 (patch)
tree9c3c5bec0e6af85eaa53a2f74ec26de072a4f9ee
parentea63e4998bd8ed84f7479d1283eea4074ac8dba6 (diff)
downloadyoutube-dl-d1596ef439d208017d1e425dfd752a111b303869.tar.xz
Add import for google search
-rwxr-xr-xyoutube_dl/InfoExtractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py
index c9cf96ea3..7c253bf9f 100755
--- a/youtube_dl/InfoExtractors.py
+++ b/youtube_dl/InfoExtractors.py
@@ -25,6 +25,7 @@ from .extractor.comedycentral import ComedyCentralIE
from .extractor.dailymotion import DailymotionIE
from .extractor.gametrailers import GametrailersIE
from .extractor.generic import GenericIE
+from .extractor.google import GoogleSearchIE
from .extractor.metacafe import MetacafeIE
from .extractor.myvideo import MyVideoIE
from .extractor.statigram import StatigramIE