X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fpandoratv.py;h=8d49f5c4aff04954e773b9eb575af912130a8401;hb=c8398a9b87dadf4cd8464e1ab77d2874d9ae484b;hp=34cede4c13d64f0b76b7f58745b9c51825beab40;hpb=e4bd63f9c061cbf5c57e7aba29d0f46bffbf05d8;p=youtube-dl diff --git a/youtube_dl/extractor/pandoratv.py b/youtube_dl/extractor/pandoratv.py index 34cede4c1..8d49f5c4a 100644 --- a/youtube_dl/extractor/pandoratv.py +++ b/youtube_dl/extractor/pandoratv.py @@ -15,6 +15,8 @@ from ..utils import ( class PandoraTVIE(InfoExtractor): + IE_NAME = 'pandora.tv' + IE_DESC = '판도라TV' _VALID_URL = r'https?://(?:.+?\.)?channel\.pandora\.tv/channel/video\.ptv\?' _TEST = { 'url': 'http://jp.channel.pandora.tv/channel/video.ptv?c1=&prgid=53294230&ch_userid=mikakim&ref=main&lot=cate_01_2',