]> jfr.im git - yt-dlp.git/blame - .gitignore
[mxplayer] Add new extractor
[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
28README.txt
29*.1
30*.bash-completion
31*.fish
32*.exe
33*.tar.gz
34*.zsh
35*.spec
36
37# Binary
f0884c8b 38/youtube-dl
39/youtube-dlc
40/yt-dlp
7a5c1cfe 41yt-dlp.zip
66c935fb 42*.exe
43
44# Downloaded
67dfbc0c 45*.srt
68d43a61 46*.ttml
67dfbc0c
IM
47*.sbv
48*.vtt
49*.flv
50*.mp4
455fa214
PH
51*.m4a
52*.m4v
92cf872a 53*.mp3
d3c97bad 54*.3gp
f0884c8b 55*.webm
3a86b2c5 56*.wav
2574721a
YCH
57*.ape
58*.mkv
51b1378e 59*.swf
67dfbc0c 60*.part
9f54ae28 61*.ytdl
f0884c8b 62*.dump
06869367 63*.frag
64*.frag.urls
65*.aria2
a2360a4c 66*.swp
66c935fb 67*.ogg
68*.opus
c25228e5 69*.info.json
8a0b9322 70*.live_chat.json
71*.jpg
72*.png
73*.webp
c25228e5 74*.annotations.xml
75*.description
66c935fb 76
77# Config
78*.conf
c76eb41b 79*.spec
66c935fb 80cookies
81cookies.txt
2a329110 82
2a329110 83
d588d4a5 84
66c935fb 85# Text Editor / IDE
86.idea
87*.iml
d588d4a5 88.vscode
7a5c1cfe 89*.sublime-*
f74980cb 90
66c935fb 91# Lazy extractors
92*/extractor/lazy_extractors.py
50865ca8 93
f74980cb 94# Plugins
95ytdlp_plugins/extractor/*
96!ytdlp_plugins/extractor/__init__.py
7a5c1cfe 97!ytdlp_plugins/extractor/sample.py