You can compile and run the program below using:

valac client.vala --pkg gtuber-0.0 -o example
./example "https://example.com/video?id=ABCD"

Client: