1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-27 07:19:48 +08:00
Commit Graph

3 Commits

  • [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.