X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/08d30158ec8e7e08c1d83dcfde6dba18c95b2640..54a63e80af82791d2f0985bd0176bb182963fd5f:/.gitignore diff --git a/.gitignore b/.gitignore index fd51ad66e..db322c4f0 100644 --- a/.gitignore +++ b/.gitignore @@ -27,10 +27,13 @@ cookies *.ass *.avi *.desktop +*.f4v *.flac *.flv +*.gif *.jpeg *.jpg +*.lrc *.m4a *.m4v *.mhtml @@ -38,13 +41,18 @@ cookies *.mov *.mp3 *.mp4 +*.mpg +*.mpga +*.oga *.ogg *.opus *.png *.sbv *.srt +*.ssa *.swf *.swp +*.tt *.ttml *.url *.vtt @@ -59,7 +67,7 @@ cookies # Python *.pyc *.pyo -.pytest_cache +.*_cache wine-py2exe/ py2exe.log build/ @@ -67,6 +75,7 @@ dist/ zip/ tmp/ venv/ +.venv/ completions/ # Misc @@ -82,6 +91,8 @@ updates_key.pem *.egg-info .tox *.class +*.isorted +*.stackdump # Generated AUTHORS @@ -113,6 +124,5 @@ yt-dlp.zip */extractor/lazy_extractors.py # Plugins -ytdlp_plugins/extractor/* -!ytdlp_plugins/extractor/__init__.py -!ytdlp_plugins/extractor/sample.py +ytdlp_plugins/ +yt-dlp-plugins