]> jfr.im git - yt-dlp.git/blame_incremental - .gitignore
[extractor/youtube] Prioritize premium formats
[yt-dlp.git] / .gitignore
... / ...
CommitLineData
1# Config
2*.conf
3cookies
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*.m4a
37*.m4v
38*.mhtml
39*.mkv
40*.mov
41*.mp3
42*.mp4
43*.mpga
44*.oga
45*.ogg
46*.opus
47*.png
48*.sbv
49*.srt
50*.swf
51*.swp
52*.tt
53*.ttml
54*.url
55*.vtt
56*.wav
57*.webloc
58*.webm
59*.webp
60
61# Allow config/media files in testdata
62!test/**
63
64# Python
65*.pyc
66*.pyo
67.pytest_cache
68wine-py2exe/
69py2exe.log
70build/
71dist/
72zip/
73tmp/
74venv/
75.venv/
76completions/
77
78# Misc
79*~
80*.DS_Store
81*.kate-swp
82MANIFEST
83test/local_parameters.json
84.coverage
85cover/
86secrets/
87updates_key.pem
88*.egg-info
89.tox
90*.class
91*.isorted
92*.stackdump
93
94# Generated
95AUTHORS
96README.txt
97.mailmap
98*.1
99*.bash-completion
100*.fish
101*.tar.gz
102*.zsh
103*.spec
104test/testdata/sigs/player-*.js
105
106# Binary
107/youtube-dl
108/youtube-dlc
109/yt-dlp
110yt-dlp.zip
111*.exe
112
113# Text Editor / IDE
114.idea
115*.iml
116.vscode
117*.sublime-*
118*.code-workspace
119
120# Lazy extractors
121*/extractor/lazy_extractors.py
122
123# Plugins
124ytdlp_plugins/
125yt-dlp-plugins