mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
Remove superfluous name declarations
This commit is contained in:
parent
67f51b3d8c
commit
0d843f796b
3 changed files with 0 additions and 3 deletions
|
@ -21,7 +21,6 @@ class MetacafeIE(InfoExtractor):
|
||||||
_FILTER_POST = 'http://www.metacafe.com/f/index.php?inputType=filter&controllerGroup=user'
|
_FILTER_POST = 'http://www.metacafe.com/f/index.php?inputType=filter&controllerGroup=user'
|
||||||
IE_NAME = u'metacafe'
|
IE_NAME = u'metacafe'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
u"name": u"Metacafe",
|
|
||||||
u"add_ie": ["Youtube"],
|
u"add_ie": ["Youtube"],
|
||||||
u"url": u"http://metacafe.com/watch/yt-_aUehQsCQtM/the_electric_company_short_i_pbs_kids_go/",
|
u"url": u"http://metacafe.com/watch/yt-_aUehQsCQtM/the_electric_company_short_i_pbs_kids_go/",
|
||||||
u"file": u"_aUehQsCQtM.flv",
|
u"file": u"_aUehQsCQtM.flv",
|
||||||
|
|
|
@ -78,7 +78,6 @@ class SoundcloudSetIE(InfoExtractor):
|
||||||
_VALID_URL = r'^(?:https?://)?(?:www\.)?soundcloud\.com/([\w\d-]+)/sets/([\w\d-]+)'
|
_VALID_URL = r'^(?:https?://)?(?:www\.)?soundcloud\.com/([\w\d-]+)/sets/([\w\d-]+)'
|
||||||
IE_NAME = u'soundcloud:set'
|
IE_NAME = u'soundcloud:set'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
u"name": u"SoundcloudSet",
|
|
||||||
u"url":"https://soundcloud.com/the-concept-band/sets/the-royal-concept-ep",
|
u"url":"https://soundcloud.com/the-concept-band/sets/the-royal-concept-ep",
|
||||||
u"playlist": [
|
u"playlist": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,7 +17,6 @@ class SteamIE(InfoExtractor):
|
||||||
_VIDEO_PAGE_TEMPLATE = 'http://store.steampowered.com/video/%s/'
|
_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'
|
_AGECHECK_TEMPLATE = 'http://store.steampowered.com/agecheck/video/%s/?snr=1_agecheck_agecheck__age-gate&ageDay=1&ageMonth=January&ageYear=1970'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
u"name": u"Steam",
|
|
||||||
u"url": u"http://store.steampowered.com/video/105600/",
|
u"url": u"http://store.steampowered.com/video/105600/",
|
||||||
u"playlist": [
|
u"playlist": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue