yt-dlc/.gitignore

103 lines
963 B
Plaintext
Raw Normal View History

# Config
*.conf
*.spec
cookies
cookies.txt
# Downloaded
*.srt
*.ttml
*.sbv
*.vtt
*.flv
*.mp4
*.m4a
*.m4v
*.mp3
*.3gp
*.webm
*.wav
*.ape
*.mkv
*.swf
*.part
*.part-*
*.ytdl
*.dump
*.frag
*.frag.urls
*.aria2
*.swp
*.ogg
*.opus
*.info.json
*.live_chat.json
*.jpg
*.jpeg
*.png
*.webp
*.annotations.xml
*.description
# Allow config/media files in testdata
!test/testdata/**
2021-01-28 19:32:37 +00:00
# Python
*.pyc
*.pyo
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/
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
# 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
*.exe
*.tar.gz
*.zsh
*.spec
# 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-*
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/extractor/*
!ytdlp_plugins/extractor/__init__.py
!ytdlp_plugins/extractor/sample.py