yt-dlp/.gitignore

95 lines
891 B
Plaintext
Raw Normal View History

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