mirror of https://github.com/yt-dlp/yt-dlp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
1.2 KiB
122 lines
1.2 KiB
# Config |
|
*.conf |
|
cookies |
|
*cookies.txt |
|
.netrc |
|
|
|
# Downloaded |
|
*.annotations.xml |
|
*.aria2 |
|
*.description |
|
*.dump |
|
*.frag |
|
*.frag.aria2 |
|
*.frag.urls |
|
*.info.json |
|
*.live_chat.json |
|
*.meta |
|
*.part* |
|
*.tmp |
|
*.temp |
|
*.unknown_video |
|
*.ytdl |
|
.cache/ |
|
|
|
*.3gp |
|
*.ape |
|
*.ass |
|
*.avi |
|
*.desktop |
|
*.flac |
|
*.flv |
|
*.jpeg |
|
*.jpg |
|
*.m4a |
|
*.m4v |
|
*.mhtml |
|
*.mkv |
|
*.mov |
|
*.mp3 |
|
*.mp4 |
|
*.ogg |
|
*.opus |
|
*.png |
|
*.sbv |
|
*.srt |
|
*.swf |
|
*.swp |
|
*.ttml |
|
*.url |
|
*.vtt |
|
*.wav |
|
*.webloc |
|
*.webm |
|
*.webp |
|
|
|
# Allow config/media files in testdata |
|
!test/** |
|
|
|
# Python |
|
*.pyc |
|
*.pyo |
|
.pytest_cache |
|
wine-py2exe/ |
|
py2exe.log |
|
build/ |
|
dist/ |
|
zip/ |
|
tmp/ |
|
venv/ |
|
completions/ |
|
|
|
# Misc |
|
*~ |
|
*.DS_Store |
|
*.kate-swp |
|
MANIFEST |
|
test/local_parameters.json |
|
.coverage |
|
cover/ |
|
secrets/ |
|
updates_key.pem |
|
*.egg-info |
|
.tox |
|
*.class |
|
*.isorted |
|
|
|
# Generated |
|
AUTHORS |
|
README.txt |
|
.mailmap |
|
*.1 |
|
*.bash-completion |
|
*.fish |
|
*.tar.gz |
|
*.zsh |
|
*.spec |
|
test/testdata/sigs/player-*.js |
|
|
|
# Binary |
|
/youtube-dl |
|
/youtube-dlc |
|
/yt-dlp |
|
yt-dlp.zip |
|
*.exe |
|
|
|
# Text Editor / IDE |
|
.idea |
|
*.iml |
|
.vscode |
|
*.sublime-* |
|
*.code-workspace |
|
|
|
# Lazy extractors |
|
*/extractor/lazy_extractors.py |
|
|
|
# Plugins |
|
ytdlp_plugins/extractor/* |
|
!ytdlp_plugins/extractor/__init__.py |
|
!ytdlp_plugins/extractor/sample.py |
|
ytdlp_plugins/postprocessor/* |
|
!ytdlp_plugins/postprocessor/__init__.py |
|
!ytdlp_plugins/postprocessor/sample.py
|
|
|