Skip to content

Commit 21dfbc9

Browse files
committed
update misc files
1 parent 5f5a841 commit 21dfbc9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

ungrouped/HelloWorld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cl HelloWorld.c -O1 -MD -GL -D_HAS_EXCEPTIONS=0 -GR- -Oy- -W4 -sdl
33
*/
44
#include <stdio.h>
55

6-
int main() {
6+
int main(void) {
77
puts("Hello, world!");
88
fgetc(stdin);
99
}

yt-dlp/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ yt-dlp
33
yt_dlp*
44
pyinstaller
55
venv
6+
*.webm

yt-dlp/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# yt-dlp usage
2+
3+
## Download subtitles to play in VLC
4+
5+
```py
6+
yt-dlp https://www.youtube.com/watch?v=i_wDa2AS_8w -f 617+251 --embed-subs
7+
```

0 commit comments

Comments
 (0)