mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-30 21:20:34 +00:00
86 lines
803 B
Plaintext
86 lines
803 B
Plaintext
# Python
|
|
*.pyc
|
|
*.pyo
|
|
wine-py2exe/
|
|
py2exe.log
|
|
build/
|
|
dist/
|
|
zip/
|
|
tmp/
|
|
venv/
|
|
|
|
# Misc
|
|
*~
|
|
*.DS_Store
|
|
*.kate-swp
|
|
MANIFEST
|
|
test/local_parameters.json
|
|
.coverage
|
|
cover/
|
|
updates_key.pem
|
|
*.egg-info
|
|
.tox
|
|
*.class
|
|
|
|
# Generated
|
|
README.txt
|
|
*.1
|
|
*.bash-completion
|
|
*.fish
|
|
*.exe
|
|
*.tar.gz
|
|
*.zsh
|
|
*.spec
|
|
|
|
# Binary
|
|
youtube-dl
|
|
youtube-dlc
|
|
*.exe
|
|
|
|
# Downloaded
|
|
*.srt
|
|
*.ttml
|
|
*.sbv
|
|
*.vtt
|
|
*.flv
|
|
*.mp4
|
|
*.m4a
|
|
*.m4v
|
|
*.mp3
|
|
*.3gp
|
|
*.wav
|
|
*.ape
|
|
*.mkv
|
|
*.swf
|
|
*.part
|
|
*.ytdl
|
|
*.swp
|
|
*.ogg
|
|
*.opus
|
|
*.info.json
|
|
*.annotations.xml
|
|
*.description
|
|
|
|
# Config
|
|
*.conf
|
|
*.spec
|
|
cookies
|
|
cookies.txt
|
|
|
|
|
|
|
|
# Text Editor / IDE
|
|
.idea
|
|
*.iml
|
|
.vscode
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
!yt-dlp.sublime-project
|
|
|
|
# Lazy extractors
|
|
*/extractor/lazy_extractors.py
|
|
|
|
# Plugins
|
|
ytdlp_plugins/extractor/*
|
|
!ytdlp_plugins/extractor/__init__.py
|
|
!ytdlp_plugins/extractor/sample.py |