2021-05-28 22:09:07 +02:00
|
|
|
# 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
|
|
|
|
*.png
|
|
|
|
*.webp
|
|
|
|
*.annotations.xml
|
|
|
|
*.description
|
|
|
|
|
|
|
|
# Allow config/media files in testdata
|
|
|
|
!test/testdata/**
|
|
|
|
|
2021-01-28 20:32:37 +01:00
|
|
|
# Python
|
2011-11-30 17:17:20 +01:00
|
|
|
*.pyc
|
|
|
|
*.pyo
|
2012-04-07 20:07:42 +02:00
|
|
|
wine-py2exe/
|
|
|
|
py2exe.log
|
2012-11-29 16:51:55 +01:00
|
|
|
build/
|
|
|
|
dist/
|
2021-01-07 07:41:05 +01:00
|
|
|
zip/
|
2021-01-28 20:32:37 +01:00
|
|
|
tmp/
|
|
|
|
venv/
|
2021-02-28 16:25:32 +01:00
|
|
|
completions/
|
2021-01-28 20:32:37 +01:00
|
|
|
|
|
|
|
# Misc
|
|
|
|
*~
|
|
|
|
*.DS_Store
|
|
|
|
*.kate-swp
|
2012-11-29 16:51:55 +01:00
|
|
|
MANIFEST
|
2021-01-28 20:32:37 +01:00
|
|
|
test/local_parameters.json
|
2012-12-11 20:07:35 +01:00
|
|
|
.coverage
|
|
|
|
cover/
|
2021-02-09 13:05:12 +01:00
|
|
|
secrets/
|
2012-12-26 23:22:49 +01:00
|
|
|
updates_key.pem
|
2013-08-07 18:42:40 +02:00
|
|
|
*.egg-info
|
2021-01-28 20:32:37 +01:00
|
|
|
.tox
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Generated
|
2021-03-02 21:47:44 +01:00
|
|
|
AUTHORS
|
2021-01-28 20:32:37 +01:00
|
|
|
README.txt
|
2021-03-02 21:47:44 +01:00
|
|
|
.mailmap
|
2021-01-28 20:32:37 +01:00
|
|
|
*.1
|
|
|
|
*.bash-completion
|
|
|
|
*.fish
|
|
|
|
*.exe
|
|
|
|
*.tar.gz
|
|
|
|
*.zsh
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Binary
|
2021-02-28 16:25:32 +01:00
|
|
|
/youtube-dl
|
|
|
|
/youtube-dlc
|
|
|
|
/yt-dlp
|
2021-02-24 19:45:56 +01:00
|
|
|
yt-dlp.zip
|
2021-01-28 20:32:37 +01:00
|
|
|
*.exe
|
|
|
|
|
|
|
|
# Text Editor / IDE
|
|
|
|
.idea
|
|
|
|
*.iml
|
2018-08-05 17:10:01 +02:00
|
|
|
.vscode
|
2021-02-24 19:45:56 +01:00
|
|
|
*.sublime-*
|
2021-01-24 14:40:02 +01:00
|
|
|
|
2021-01-28 20:32:37 +01:00
|
|
|
# Lazy extractors
|
|
|
|
*/extractor/lazy_extractors.py
|
2021-01-04 18:50:13 +01:00
|
|
|
|
2021-01-24 14:40:02 +01:00
|
|
|
# Plugins
|
|
|
|
ytdlp_plugins/extractor/*
|
|
|
|
!ytdlp_plugins/extractor/__init__.py
|
2021-02-24 19:45:56 +01:00
|
|
|
!ytdlp_plugins/extractor/sample.py
|