Create a graph from youtube videos by following end screen links. Helpful to easily visualize interactive video paths.
Available for Windows, MacOS and Linux in the release panel.
On the first start, you will need to authorize the application to run :
Finder > Applications > right click on youtube mapper > Open
Because the data comes from scraping, the application needs to be updated each time youtube change their internal API. Feel free to create issues and/or PR to report any errors or possible improvements.
Once the project is installed with yarn install
, you have to execute :
yarn run f-watch
to build and watch the frontyarn run b-watch
to build and watch the backyarn run b-start
to launch the electron application
You can also launch the electron application with the build-in VSCode debugger with F5.
yarn run f-build
to build the frontyarn run b-build
to build the backyarn run build-w
to build the application withw
/l
/m
for windows/linux/macOS