X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/b3943b2f339eebc9bc06c4863910f52510186a04..d4b52ce3fcb8d9578ed12365648eaba8718c603e:/.gitignore diff --git a/.gitignore b/.gitignore index a550c83af..db322c4f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,73 @@ +# 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 +*.swp +*.tt +*.ttml +*.url +*.vtt +*.wav +*.webloc +*.webm +*.webp + +# Allow config/media files in testdata +!test/** + # Python *.pyc *.pyo +.*_cache wine-py2exe/ py2exe.log build/ @@ -8,6 +75,8 @@ dist/ zip/ tmp/ venv/ +.venv/ +completions/ # Misc *~ @@ -22,70 +91,38 @@ updates_key.pem *.egg-info .tox *.class +*.isorted +*.stackdump # Generated +AUTHORS README.txt +.mailmap *.1 *.bash-completion *.fish -*.exe *.tar.gz *.zsh *.spec +test/testdata/sigs/player-*.js # Binary -youtube-dl -youtube-dlc +/youtube-dl +/youtube-dlc +/yt-dlp +yt-dlp.zip *.exe -# Downloaded -*.srt -*.ttml -*.sbv -*.vtt -*.flv -*.mp4 -*.m4a -*.m4v -*.mp3 -*.3gp -*.wav -*.ape -*.mkv -*.swf -*.part -*.ytdl -*.swp -*.ogg -*.opus -*.info.json -*.live_chat.json -*.jpg -*.png -*.webp -*.annotations.xml -*.description - -# Config -*.conf -*.spec -cookies -cookies.txt - - - # Text Editor / IDE .idea *.iml .vscode -*.sublime-workspace -*.sublime-project -!yt-dlp.sublime-project +*.sublime-* +*.code-workspace # Lazy extractors */extractor/lazy_extractors.py # Plugins -ytdlp_plugins/extractor/* -!ytdlp_plugins/extractor/__init__.py -!ytdlp_plugins/extractor/sample.py \ No newline at end of file +ytdlp_plugins/ +yt-dlp-plugins