]> jfr.im git - yt-dlp.git/blame - .gitignore
[embedthumbnail] Embed if any thumbnail was downloaded, not just the best
[yt-dlp.git] / .gitignore
CommitLineData
66c935fb 1# Python
f1f300e6
RB
2*.pyc
3*.pyo
c6306eb7
FVC
4wine-py2exe/
5py2exe.log
cc51a7d4
FV
6build/
7dist/
c76eb41b 8zip/
66c935fb 9tmp/
10venv/
f0884c8b 11completions/
66c935fb 12
13# Misc
14*~
15*.DS_Store
16*.kate-swp
cc51a7d4 17MANIFEST
66c935fb 18test/local_parameters.json
fedb6816
FV
19.coverage
20cover/
b3943b2f 21secrets/
cb6ff87f 22updates_key.pem
67dfbc0c 23*.egg-info
66c935fb 24.tox
25*.class
26
27# Generated
da7f321e 28AUTHORS
66c935fb 29README.txt
da7f321e 30.mailmap
66c935fb 31*.1
32*.bash-completion
33*.fish
34*.exe
35*.tar.gz
36*.zsh
37*.spec
38
39# Binary
f0884c8b 40/youtube-dl
41/youtube-dlc
42/yt-dlp
7a5c1cfe 43yt-dlp.zip
66c935fb 44*.exe
45
46# Downloaded
67dfbc0c 47*.srt
68d43a61 48*.ttml
67dfbc0c
IM
49*.sbv
50*.vtt
51*.flv
52*.mp4
455fa214
PH
53*.m4a
54*.m4v
92cf872a 55*.mp3
d3c97bad 56*.3gp
f0884c8b 57*.webm
3a86b2c5 58*.wav
2574721a
YCH
59*.ape
60*.mkv
51b1378e 61*.swf
67dfbc0c 62*.part
4cf1e5d2 63*.part-*
9f54ae28 64*.ytdl
f0884c8b 65*.dump
06869367 66*.frag
67*.frag.urls
68*.aria2
a2360a4c 69*.swp
66c935fb 70*.ogg
71*.opus
c25228e5 72*.info.json
8a0b9322 73*.live_chat.json
74*.jpg
75*.png
76*.webp
c25228e5 77*.annotations.xml
78*.description
66c935fb 79
80# Config
81*.conf
c76eb41b 82*.spec
66c935fb 83cookies
84cookies.txt
2a329110 85
2a329110 86
d588d4a5 87
66c935fb 88# Text Editor / IDE
89.idea
90*.iml
d588d4a5 91.vscode
7a5c1cfe 92*.sublime-*
f74980cb 93
66c935fb 94# Lazy extractors
95*/extractor/lazy_extractors.py
50865ca8 96
f74980cb 97# Plugins
98ytdlp_plugins/extractor/*
99!ytdlp_plugins/extractor/__init__.py
7a5c1cfe 100!ytdlp_plugins/extractor/sample.py