aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorM.Yasoob Khalid <yasoob.khld@gmail.com>2013-06-28 10:34:01 +0500
committerPhilipp Hagemeister <phihag@phihag.de>2013-06-28 18:42:45 +0200
commitbf64ff72db6445bda477109ebcbd27f467c529a4 (patch)
tree3c60feb6e682aba1131b11652f700b02f1cc91d1 /youtube_dl/extractor/__init__.py
parentbc2884afc11fc5c7c64ba741d38ae88c735b66a1 (diff)
downloadyoutube-dl-bf64ff72db6445bda477109ebcbd27f467c529a4.tar.xz
Added an IE for gamespot. Although gamespot allows downloading but it is only available to registered users. With this IE no registration is required.
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 20dec216c..9fc5a7315 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -15,6 +15,7 @@ from .escapist import EscapistIE
from .facebook import FacebookIE
from .flickr import FlickrIE
from .funnyordie import FunnyOrDieIE
+from .gamespot import GameSpotIE
from .gametrailers import GametrailersIE
from .generic import GenericIE
from .googleplus import GooglePlusIE