repo.or.cz
/
yt-dlp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 2025.01.26
[yt-dlp.git]
/
.gitignore
blob
8fcd0de641056eb522c18fee1787e4f0afeb2678
1
# Config
2
*.conf
3
cookies
4
*cookies.txt
5
.netrc
6
7
# Downloaded
8
*.annotations.xml
9
*.aria2
10
*.description
11
*.dump
12
*.frag
13
*.frag.aria2
14
*.frag.urls
15
*.info.json
16
*.live_chat.json
17
*.meta
18
*.part*
19
*.tmp
20
*.temp
21
*.unknown_video
22
*.ytdl
23
.cache/
24
25
*.3gp
26
*.ape
27
*.ass
28
*.avi
29
*.desktop
30
*.f4v
31
*.flac
32
*.flv
33
*.gif
34
*.jpeg
35
*.jpg
36
*.lrc
37
*.m4a
38
*.m4v
39
*.mhtml
40
*.mkv
41
*.mov
42
*.mp3
43
*.mp4
44
*.mpg
45
*.mpga
46
*.oga
47
*.ogg
48
*.opus
49
*.png
50
*.sbv
51
*.srt
52
*.ssa
53
*.swf
54
*.tt
55
*.ttml
56
*.url
57
*.vtt
58
*.wav
59
*.webloc
60
*.webm
61
*.webp
62
63
# Allow config/media files in testdata
64
!test/**
65
66
# Python
67
*.pyc
68
*.pyo
69
.*_cache
70
wine-py2exe/
71
py2exe.log
72
build/
73
dist/
74
zip/
75
tmp/
76
venv/
77
.venv/
78
completions/
79
80
# Misc
81
*~
82
*.DS_Store
83
*.kate-swp
84
MANIFEST
85
test/local_parameters.json
86
.coverage
87
cover/
88
secrets/
89
updates_key.pem
90
*.egg-info
91
.tox
92
*.class
93
*.isorted
94
*.stackdump
95
uv.lock
96
97
# Generated
98
AUTHORS
99
README.txt
100
.mailmap
101
*.1
102
*.bash-completion
103
*.fish
104
*.tar.gz
105
*.zsh
106
*.spec
107
test/testdata/sigs/player-*.js
108
109
# Binary
110
/youtube-dl
111
/youtube-dlc
112
/yt-dlp
113
yt-dlp.zip
114
*.exe
115
116
# Text Editor / IDE
117
.idea
118
*.iml
119
.vscode
120
*.sublime-*
121
*.code-workspace
122
*.swp
123
124
# Lazy extractors
125
*/extractor/lazy_extractors.py
126
127
# Plugins
128
ytdlp_plugins/
129
yt-dlp-plugins