aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/nerdcubed.py
AgeCommit message (Collapse)Author
2016-02-14[refactor] Single quotes consistencySergey M․
2015-02-01[nerdcubed] Modernize test definitionPhilipp Hagemeister
2014-12-21[nerdcubed] Style fixesJaime Marquínez Ferrándiz
2014-12-18[nerdcubed] Add new extractorWill Glynn
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.