2021-05-28 22:09:07 +02:00
|
|
|
# Config
|
|
|
|
*.conf
|
|
|
|
cookies
|
2021-09-11 15:21:11 +02:00
|
|
|
*cookies.txt
|
2021-09-15 21:21:40 +02:00
|
|
|
.netrc
|
2021-05-28 22:09:07 +02:00
|
|
|
|
|
|
|
# Downloaded
|
2021-11-28 22:22:52 +01:00
|
|
|
*.annotations.xml
|
|
|
|
*.aria2
|
|
|
|
*.description
|
2021-05-28 22:09:07 +02:00
|
|
|
*.dump
|
|
|
|
*.frag
|
2021-12-23 02:42:26 +01:00
|
|
|
*.frag.aria2
|
2021-05-28 22:09:07 +02:00
|
|
|
*.frag.urls
|
|
|
|
*.info.json
|
2021-12-23 02:42:26 +01:00
|
|
|
*.live_chat.json
|
2022-01-19 23:57:36 +01:00
|
|
|
*.meta
|
2021-12-23 02:42:26 +01:00
|
|
|
*.part*
|
2022-01-19 23:57:36 +01:00
|
|
|
*.tmp
|
|
|
|
*.temp
|
2021-12-23 02:42:26 +01:00
|
|
|
*.unknown_video
|
|
|
|
*.ytdl
|
|
|
|
.cache/
|
|
|
|
|
|
|
|
*.3gp
|
|
|
|
*.ape
|
2022-03-04 15:08:55 +01:00
|
|
|
*.ass
|
2021-12-23 02:42:26 +01:00
|
|
|
*.avi
|
|
|
|
*.desktop
|
2022-07-18 00:56:50 +02:00
|
|
|
*.f4v
|
2021-12-23 02:42:26 +01:00
|
|
|
*.flac
|
|
|
|
*.flv
|
2021-07-21 20:02:21 +02:00
|
|
|
*.jpeg
|
2021-11-28 22:22:52 +01:00
|
|
|
*.jpg
|
|
|
|
*.m4a
|
2022-07-18 00:56:50 +02:00
|
|
|
*.mpga
|
2021-11-28 22:22:52 +01:00
|
|
|
*.m4v
|
|
|
|
*.mhtml
|
|
|
|
*.mkv
|
|
|
|
*.mov
|
|
|
|
*.mp3
|
|
|
|
*.mp4
|
|
|
|
*.ogg
|
|
|
|
*.opus
|
2021-05-28 22:09:07 +02:00
|
|
|
*.png
|
2021-11-28 22:22:52 +01:00
|
|
|
*.sbv
|
|
|
|
*.srt
|
|
|
|
*.swf
|
|
|
|
*.swp
|
|
|
|
*.ttml
|
|
|
|
*.url
|
|
|
|
*.vtt
|
|
|
|
*.wav
|
|
|
|
*.webloc
|
|
|
|
*.webm
|
2021-05-28 22:09:07 +02:00
|
|
|
*.webp
|
|
|
|
|
|
|
|
# Allow config/media files in testdata
|
2021-09-14 20:23:47 +02:00
|
|
|
!test/**
|
2021-05-28 22:09:07 +02:00
|
|
|
|
2021-01-28 20:32:37 +01:00
|
|
|
# Python
|
2011-11-30 17:17:20 +01:00
|
|
|
*.pyc
|
|
|
|
*.pyo
|
2021-07-23 16:48:15 +02:00
|
|
|
.pytest_cache
|
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
|
2022-04-12 00:32:57 +02:00
|
|
|
*.isorted
|
2021-01-28 20:32:37 +01:00
|
|
|
|
|
|
|
# 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
|
|
|
|
*.tar.gz
|
|
|
|
*.zsh
|
|
|
|
*.spec
|
2022-02-03 16:51:42 +01:00
|
|
|
test/testdata/sigs/player-*.js
|
2021-01-28 20:32:37 +01:00
|
|
|
|
|
|
|
# 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-*
|
2022-03-04 15:08:55 +01:00
|
|
|
*.code-workspace
|
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
|
2022-03-27 04:20:43 +02:00
|
|
|
ytdlp_plugins/postprocessor/*
|
|
|
|
!ytdlp_plugins/postprocessor/__init__.py
|
|
|
|
!ytdlp_plugins/postprocessor/sample.py
|