repo.or.cz
/
yt-dlp3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ie/vk] Improve format extraction (#9885)
[yt-dlp3.git]
/
.gitignore
blob
630c2e01f5b56361e5020b1a6d00787da4482020
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
*.swp
55
*.tt
56
*.ttml
57
*.url
58
*.vtt
59
*.wav
60
*.webloc
61
*.webm
62
*.webp
63
64
# Allow config/media files in testdata
65
!test/**
66
67
# Python
68
*.pyc
69
*.pyo
70
.pytest_cache
71
wine-py2exe/
72
py2exe.log
73
build/
74
dist/
75
zip/
76
tmp/
77
venv/
78
.venv/
79
completions/
80
81
# Misc
82
*~
83
*.DS_Store
84
*.kate-swp
85
MANIFEST
86
test/local_parameters.json
87
.coverage
88
cover/
89
secrets/
90
updates_key.pem
91
*.egg-info
92
.tox
93
*.class
94
*.isorted
95
*.stackdump
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
123
# Lazy extractors
124
*/extractor/lazy_extractors.py
125
126
# Plugins
127
ytdlp_plugins/
128
yt-dlp-plugins