Added an IE for gamespot. Although gamespot allows downloading but it is only available to registered users. With this IE no registration is required.

This commit is contained in:
M.Yasoob Khalid 2013-06-28 10:34:01 +05:00 committed by Philipp Hagemeister
parent bc2884afc1
commit bf64ff72db
2 changed files with 46 additions and 0 deletions

View file

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