[ie/PatreonCampaign] Fix `campaign_id` extraction (#10070)
[yt-dlp.git] / .gitignore
blobdb322c4f08f1067937264b53774cd8f28f200f62
1 # Config
2 *.conf
3 cookies
4 *cookies.txt
5 .netrc
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/
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
64 # Allow config/media files in testdata
65 !test/**
67 # Python
68 *.pyc
69 *.pyo
70 .*_cache
71 wine-py2exe/
72 py2exe.log
73 build/
74 dist/
75 zip/
76 tmp/
77 venv/
78 .venv/
79 completions/
81 # Misc
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
97 # Generated
98 AUTHORS
99 README.txt
100 .mailmap
102 *.bash-completion
103 *.fish
104 *.tar.gz
105 *.zsh
106 *.spec
107 test/testdata/sigs/player-*.js
109 # Binary
110 /youtube-dl
111 /youtube-dlc
112 /yt-dlp
113 yt-dlp.zip
114 *.exe
116 # Text Editor / IDE
117 .idea
118 *.iml
119 .vscode
120 *.sublime-*
121 *.code-workspace
123 # Lazy extractors
124 */extractor/lazy_extractors.py
126 # Plugins
127 ytdlp_plugins/
128 yt-dlp-plugins