123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- # 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
- *.f4v
- *.flac
- *.flv
- *.gif
- *.jpeg
- *.jpg
- *.lrc
- *.m4a
- *.m4v
- *.mhtml
- *.mkv
- *.mov
- *.mp3
- *.mp4
- *.mpg
- *.mpga
- *.oga
- *.ogg
- *.opus
- *.png
- *.sbv
- *.srt
- *.ssa
- *.swf
- *.tt
- *.ttml
- *.url
- *.vtt
- *.wav
- *.webloc
- *.webm
- *.webp
- # Allow config/media files in testdata
- !test/**
- # Python
- *.pyc
- *.pyo
- .*_cache
- wine-py2exe/
- py2exe.log
- build/
- dist/
- zip/
- tmp/
- venv/
- .venv/
- completions/
- # Misc
- *~
- *.DS_Store
- *.kate-swp
- MANIFEST
- test/local_parameters.json
- .coverage
- cover/
- secrets/
- updates_key.pem
- *.egg-info
- .tox
- *.class
- *.isorted
- *.stackdump
- # 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
- *.swp
- # Lazy extractors
- */extractor/lazy_extractors.py
- # Plugins
- ytdlp_plugins/
- yt-dlp-plugins
|