yt2009

a fairly accurate 2009 youtube frontend.

setup

if you prefer using docker rather than installing directly, go here for setup instructions instead

afterwards, you can just cd back and node backend.js to start. no need to re-set it up each time.

it is highly recommended to add a google data api v3 key to ensure all video data is shown correctly.

you will also be notified about that when starting the frontend without one set.

more info in config_params.md / docker.md. obtain a key at https://console.developers.google.com/.

optional after-setup steps

updating

if you want to update your frontend instance, use

git pull --no-commit

to get you up with updates you may have missed.

if you modified the code yourself and you're getting a merge conflict, use

git checkout -- <file>

to restore the original file. you can make a copy of your modified file and reapply the mod after the pull is done.

usage

now that you're in, you can just use it as it is, but there is a bit more you can do.

navigate to /flags to change settings locally. here, for example, you can set up The Wayback Machine as a video data source. but look through, there is a lot more.

feel free to nav to /toggle_f to enable flash player support for old browsers, such as ie6.

and just click around!

over time, depending on your usage, yt2009 may take up a lot of space (counted in tens of gigabytes!)

if you need to reclaim space, look through the assets folder where downloaded files (such as images, videos) are saved and delete ones you need.

they will be redownloaded when necessary.

alternatively, set up auto_maintain as described in yt2009setup to handle this for you.

notes, docs

over time some tools and documentation was written about yt2009. for an easy reference, those are listed below.