]> jfr.im git - yt-dlp.git/blobdiff - .gitignore
[embedthumbnail] Embed if any thumbnail was downloaded, not just the best
[yt-dlp.git] / .gitignore
index 7562032942213aa4e7c5bb2ca401d0de94c2494a..a2484b752612783bba2257071720e306640df553 100644 (file)
@@ -8,6 +8,7 @@ dist/
 zip/
 tmp/
 venv/
+completions/
 
 # Misc
 *~
@@ -24,7 +25,9 @@ updates_key.pem
 *.class
 
 # Generated
+AUTHORS
 README.txt
+.mailmap
 *.1
 *.bash-completion
 *.fish
@@ -34,8 +37,10 @@ README.txt
 *.spec
 
 # Binary
-youtube-dl
-youtube-dlc
+/youtube-dl
+/youtube-dlc
+/yt-dlp
+yt-dlp.zip
 *.exe
 
 # Downloaded
@@ -49,12 +54,15 @@ youtube-dlc
 *.m4v
 *.mp3
 *.3gp
+*.webm
 *.wav
 *.ape
 *.mkv
 *.swf
 *.part
+*.part-*
 *.ytdl
+*.dump
 *.frag
 *.frag.urls
 *.aria2
@@ -81,9 +89,7 @@ cookies.txt
 .idea
 *.iml
 .vscode
-*.sublime-workspace
-*.sublime-project
-!yt-dlp.sublime-project
+*.sublime-*
 
 # Lazy extractors
 */extractor/lazy_extractors.py
@@ -91,4 +97,4 @@ cookies.txt
 # Plugins
 ytdlp_plugins/extractor/*
 !ytdlp_plugins/extractor/__init__.py
-!ytdlp_plugins/extractor/sample.py
\ No newline at end of file
+!ytdlp_plugins/extractor/sample.py