aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2016-08-02 14:02:31 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2016-08-02 14:02:31 +0200
commit6a9b3b61ea145ac03198bc81a67ee322d42a1bc1 (patch)
tree428935a304355ecb64ee07e31067b9c64a18bbef /youtube_dl/extractor/extractors.py
parent45408eb0750ac53f965756331022cbed3dbe2a38 (diff)
downloadyoutube-dl-6a9b3b61ea145ac03198bc81a67ee322d42a1bc1.tar.xz
[comedycentral] Re-add shortnames
In cc99d4f826a942b18133fe4221c9de2f9197e860, the shortname feature got deleted by accident. Re-add it as a separate IE.
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index 53fab1a31..86c48ff54 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -159,6 +159,7 @@ from .coub import CoubIE
from .collegerama import CollegeRamaIE
from .comedycentral import (
ComedyCentralIE,
+ ComedyCentralShortnameIE,
ComedyCentralTVIE,
ToshIE,
)