Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.08 KB

readme.md

File metadata and controls

26 lines (15 loc) · 1.08 KB

YouTube Archiver

An application built to archive YouTube content and rehost it inside a clean modern interface.

Server repository

screenshots

Channel Discovery

The application discovers new content creators by automatically scraping the comments of archived videos to find frequent commenters, and then adds those channels to a queue. This queue is sorted by the amount of comments, with the logic being the most frequent commenters are most likely to be a part of the community of creators you're archiving. From there, you can go through the queue and preview each creator's videos and accept or reject them. The accepted creators then get parsed, downloaded and their commenters scraped, continuing the cycle.

Requirements

Setup

  1. Install the requirements
  2. Run yarn

Running

  1. Run yarn start
  2. Start the server