This is a command line tool that records youtube bookmarks based on URL with timestamps.
This repository uses Premake 5 to generate project files, but it has only been tested with Visual Studio.
You'll need to install python
, conan
and premake5
in order to build this project.
You may also need to add an environment variable to use premake5
.
-
Clone the repository
git clone --recurse-submodules https://github.com/DatDarkAlpaca/yt-bookmarks
If you've cloned the repository without submodules, run the following command:
git submodule init
-
Generate the project If you're building on a Windows machine, you can use the
build.cmd
file to execute the Python script. This automatically calls premake, so you must specify the project file of your choice..\build <action: vs2022, vs2021, gmake, ...>
-
Compile the project Use the generated project files to build the project. After that, you should have a working copy under
yt-bookmarks/build/bin/{configuration}/sample-project
.
This project is licensed under the MIT License - see the LICENSE file for details