about summary refs log tree commit diff
path: root/youtube_dl/extractor/nerdcubed.py
Commit message (Collapse)AuthorAgeFilesLines
* [refactor] Single quotes consistencySergey M․2016-02-141-2/+2
|
* [nerdcubed] Modernize test definitionPhilipp Hagemeister2015-02-011-0/+1
|
* [nerdcubed] Style fixesJaime Marquínez Ferrándiz2014-12-211-2/+1
|
* [nerdcubed] Add new extractorWill Glynn2014-12-181-0/+36
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.