yt-dlp/.gitignore

83 lines
759 B
Plaintext
Raw Normal View History

2021-01-28 12:32:37 -07:00
# Python
*.pyc
*.pyo
wine-py2exe/
py2exe.log
build/
dist/
2021-01-06 23:41:05 -07:00
zip/
2021-01-28 12:32:37 -07:00
tmp/
venv/
# Misc
*~
*.DS_Store
*.kate-swp
MANIFEST
2021-01-28 12:32:37 -07:00
test/local_parameters.json
.coverage
cover/
updates_key.pem
*.egg-info
2021-01-28 12:32:37 -07:00
.tox
*.class
# Generated
README.txt
*.1
*.bash-completion
*.fish
*.exe
*.tar.gz
*.zsh
*.spec
# Binary
youtube-dl
youtube-dlc
*.exe
# Downloaded
*.srt
2017-09-15 22:14:48 -06:00
*.ttml
*.sbv
*.vtt
*.flv
*.mp4
2014-01-04 19:44:38 -07:00
*.m4a
*.m4v
*.mp3
2016-09-26 00:14:37 -06:00
*.3gp
2016-11-03 04:55:55 -06:00
*.wav
*.ape
*.mkv
*.swf
*.part
2017-04-25 08:42:55 -06:00
*.ytdl
*.swp
2021-01-28 12:32:37 -07:00
*.ogg
*.opus
# Config
*.conf
2021-01-06 23:41:05 -07:00
*.spec
2021-01-28 12:32:37 -07:00
cookies
cookies.txt
2016-04-19 03:17:46 -06:00
2018-08-05 09:10:01 -06:00
2021-01-28 12:32:37 -07:00
# Text Editor / IDE
.idea
*.iml
2018-08-05 09:10:01 -06:00
.vscode
*.sublime-workspace
2021-01-28 12:32:37 -07:00
*.sublime-project
!yt-dlp.sublime-project
2021-01-28 12:32:37 -07:00
# Lazy extractors
*/extractor/lazy_extractors.py
2021-01-04 10:50:13 -07:00
# Plugins
ytdlp_plugins/extractor/*
!ytdlp_plugins/extractor/__init__.py
!ytdlp_plugins/extractor/sample.py