[nerdcubed] Add new extractor
authorWill Glynn <will@willglynn.com>
Fri, 19 Dec 2014 04:28:13 +0000 (22:28 -0600)
committerWill Glynn <will@willglynn.com>
Fri, 19 Dec 2014 04:32:24 +0000 (22:32 -0600)
commitc58843b3a15393a46e74c8c1301b828dfcb5002c
tree63f525a3c086329df4279e8d04a8449d4c21bb74
parenta22524b00438fc7dcde1e041d7a576eb443b4743
[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.
youtube_dl/extractor/__init__.py
youtube_dl/extractor/nerdcubed.py [new file with mode: 0644]