aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorWill Glynn <will@willglynn.com>2014-12-18 22:28:13 -0600
committerWill Glynn <will@willglynn.com>2014-12-18 22:32:24 -0600
commitc58843b3a15393a46e74c8c1301b828dfcb5002c (patch)
tree63f525a3c086329df4279e8d04a8449d4c21bb74 /youtube_dl/extractor/__init__.py
parenta22524b00438fc7dcde1e041d7a576eb443b4743 (diff)
downloadyoutube-dl-c58843b3a15393a46e74c8c1301b828dfcb5002c.tar.xz
[nerdcubed] Add new extractor
nerdcubed.co.uk describes videos in a single a feed.json file, providing references to and metadata on >1300 YouTube videos spread across 3 main channels as well as guest appareances on other channels via a single HTTP request. NerdCubedFeedIE transforms this feed into a youtube-dl playlist, preserving information present in the upstream JSON (allowing zero-cost title/date matches) and ultimately referencing the embedded YouTube videos.
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 79f6f6f13..76f13bf52 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -264,6 +264,7 @@ from .nbc import (
)
from .ndr import NDRIE
from .ndtv import NDTVIE
+from .nerdcubed import NerdCubedFeedIE
from .newgrounds import NewgroundsIE
from .newstube import NewstubeIE
from .nfb import NFBIE