brilliant-ember / YouTube-Channel-Downloader

Takes a channel url and downloads all its videos, description, and playlists to your computer. Now you can backup your personal channel with ease!
The Unlicense
3 stars 0 forks source link

Add reverse index search for videos in the UI #21

Open brilliant-ember opened 2 years ago

brilliant-ember commented 2 years ago

After https://github.com/brilliant-ember/YouTube-Channel-Downloader/issues/4 is done add the ability to reverse index the videos and then search them based on keywords, channel names or playlist names. An index will have to be created and updated for each keyword and kept in a separate file. Also the index must auto-update everytime there's a new video download running. No need to use elastic search, just a local python implementation that matches keywords to video file path is good enough.