Remove superfluous name declarations
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 27 Jun 2013 18:25:56 +0000 (20:25 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 27 Jun 2013 18:25:56 +0000 (20:25 +0200)
youtube_dl/extractor/metacafe.py
youtube_dl/extractor/soundcloud.py
youtube_dl/extractor/steam.py

index 83572214e8cf1d36a1610966bc345b4ff6a3ca5b..4c3f81b989ed3ff51dda83909d7da88a2a2f6eb8 100644 (file)
@@ -21,7 +21,6 @@ class MetacafeIE(InfoExtractor):
     _FILTER_POST = 'http://www.metacafe.com/f/index.php?inputType=filter&controllerGroup=user'
     IE_NAME = u'metacafe'
     _TEST = {
-        u"name": u"Metacafe",
         u"add_ie": ["Youtube"],
         u"url":  u"http://metacafe.com/watch/yt-_aUehQsCQtM/the_electric_company_short_i_pbs_kids_go/",
         u"file":  u"_aUehQsCQtM.flv",
index 7e8cb0acf11b0ed63783e80b596f36d38b642f9f..05342c9b1b2071d8beb971fc155413bdc32daea0 100644 (file)
@@ -78,7 +78,6 @@ class SoundcloudSetIE(InfoExtractor):
     _VALID_URL = r'^(?:https?://)?(?:www\.)?soundcloud\.com/([\w\d-]+)/sets/([\w\d-]+)'
     IE_NAME = u'soundcloud:set'
     _TEST = {
-        u"name": u"SoundcloudSet",
         u"url":"https://soundcloud.com/the-concept-band/sets/the-royal-concept-ep",
         u"playlist": [
             {
index b81802961c7e810ce32b16fa0c1b4fde1398201e..ecac4ec40b48d34d7b4e849cb4af0a4ba565b3b9 100644 (file)
@@ -17,7 +17,6 @@ class SteamIE(InfoExtractor):
     _VIDEO_PAGE_TEMPLATE = 'http://store.steampowered.com/video/%s/'
     _AGECHECK_TEMPLATE = 'http://store.steampowered.com/agecheck/video/%s/?snr=1_agecheck_agecheck__age-gate&ageDay=1&ageMonth=January&ageYear=1970'
     _TEST = {
-        u"name": u"Steam",
         u"url": u"http://store.steampowered.com/video/105600/",
         u"playlist": [
             {