Added url parser class to find out which type of url is entered

This commit is contained in:
2026-06-14 17:16:32 -04:00
parent a24d2d6443
commit 685f75b208
4 changed files with 150 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_executable(spotify-downloader
src/main.cpp
src/url_parser.cpp
)
add_subdirectory(external/CLI11)