about summary refs log tree commit diff
path: root/youtube_dl/extractor/pandoratv.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-01-01 00:42:42 +0600
committerSergey M․ <dstftw@gmail.com>2016-01-01 00:42:42 +0600
commit72528252e303a084c4b95ae07c7a7213e53cad8a (patch)
tree898fa85b9e5ae9d5d51094b3f528093ae475227b /youtube_dl/extractor/pandoratv.py
parente4bd63f9c061cbf5c57e7aba29d0f46bffbf05d8 (diff)
downloadyoutube-dl-72528252e303a084c4b95ae07c7a7213e53cad8a.tar.gz
youtube-dl-72528252e303a084c4b95ae07c7a7213e53cad8a.tar.xz
youtube-dl-72528252e303a084c4b95ae07c7a7213e53cad8a.zip
[pandoratv] Add IE names
Diffstat (limited to 'youtube_dl/extractor/pandoratv.py')
-rw-r--r--youtube_dl/extractor/pandoratv.py2
1 files changed, 2 insertions, 0 deletions
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',