This website requires JavaScript.
Explore
Help
Register
Sign In
Benjamin_Loison
/
YouTube_captions_search_engine
Watch
1
Star
0
Fork
0
You've already forked YouTube_captions_search_engine
Code
Issues
16
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
4cae7e09d1
YouTube_captions_search_engine
/
Makefile
5 lines
63 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add `main.cpp`, `Makefile` and `channelsToTreat.txt` Note that running this algorithm end up with channel [`UC-99odscxh1xxTyxHyXuRrg`](https://www.youtube.com/channel/UC-99odscxh1xxTyxHyXuRrg) and more precisely the video [`Tq5aPNzfYcg`](https://www.youtube.com/watch?v=Tq5aPNzfYcg) and more precisely the comment [`Ugx-TlSq6SNCbOX04mx4AaABAg`](https://www.youtube.com/watch?v=Tq5aPNzfYcg&lc=Ugx-TlSq6SNCbOX04mx4AaABAg) [which doesn't have any author](https://yt.lemnoslife.com/noKey/comments?part=snippet&id=Ugx-TlSq6SNCbOX04mx4AaABAg)...
2022-12-22 05:20:32 +01:00
.PHONY
:
main
main
:
Make compatible with Debian More precise ly make compatible with `gcc version 10.2.1 20210110 (Debian 10.2.1-6)`
2023-01-02 18:23:30 +01:00
g++ main.cpp -g -std
=
c++17 -lcurl -o main
Reference in New Issue
Copy Permalink