yt-dlp/.gitignore

129 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

# Config
*.conf
cookies
*cookies.txt
.netrc
# Downloaded
*.annotations.xml
*.aria2
*.description
*.dump
*.frag
*.frag.aria2
*.frag.urls
*.info.json
*.live_chat.json
2022-01-19 22:57:36 +00:00
*.meta
*.part*
2022-01-19 22:57:36 +00:00
*.tmp
*.temp
*.unknown_video
*.ytdl
.cache/
*.3gp
*.ape
*.ass
*.avi
*.desktop
2022-07-17 22:56:50 +00:00
*.f4v
*.flac
*.flv
*.gif
*.jpeg
*.jpg
*.lrc
*.m4a
*.m4v
*.mhtml
*.mkv
*.mov
*.mp3
*.mp4
*.mpg
*.mpga
*.oga
*.ogg
*.opus
*.png
*.sbv
*.srt
*.ssa
*.swf
*.swp
*.tt
*.ttml
*.url
*.vtt
*.wav
*.webloc
*.webm
*.webp
# Allow config/media files in testdata
!test/**
2021-01-28 19:32:37 +00:00
# Python
*.pyc
*.pyo
.pytest_cache
wine-py2exe/
py2exe.log
build/
dist/
2021-01-07 06:41:05 +00:00
zip/
2021-01-28 19:32:37 +00:00
tmp/
venv/
2022-11-30 06:04:51 +00:00
.venv/
completions/
2021-01-28 19:32:37 +00:00
# Misc
*~
*.DS_Store
*.kate-swp
MANIFEST
2021-01-28 19:32:37 +00:00
test/local_parameters.json
.coverage
cover/
secrets/
updates_key.pem
*.egg-info
2021-01-28 19:32:37 +00:00
.tox
*.class
*.isorted
*.stackdump
2021-01-28 19:32:37 +00:00
# Generated
AUTHORS
2021-01-28 19:32:37 +00:00
README.txt
.mailmap
2021-01-28 19:32:37 +00:00
*.1
*.bash-completion
*.fish
*.tar.gz
*.zsh
*.spec
test/testdata/sigs/player-*.js
2021-01-28 19:32:37 +00:00
# Binary
/youtube-dl
/youtube-dlc
/yt-dlp
yt-dlp.zip
2021-01-28 19:32:37 +00:00
*.exe
# Text Editor / IDE
.idea
*.iml
2018-08-05 15:10:01 +00:00
.vscode
*.sublime-*
*.code-workspace
2021-01-28 19:32:37 +00:00
# Lazy extractors
*/extractor/lazy_extractors.py
2021-01-04 17:50:13 +00:00
# Plugins
ytdlp_plugins/
yt-dlp-plugins