X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/6970b6005e9c07c427d368bbe3f71f85878f325e..8e15177b4113c355989881e4e030f695a9b59c3a:/.gitignore diff --git a/.gitignore b/.gitignore index ff00620f5..630c2e01f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,12 +24,16 @@ cookies *.3gp *.ape +*.ass *.avi *.desktop +*.f4v *.flac *.flv +*.gif *.jpeg *.jpg +*.lrc *.m4a *.m4v *.mhtml @@ -37,13 +41,18 @@ cookies *.mov *.mp3 *.mp4 +*.mpg +*.mpga +*.oga *.ogg *.opus *.png *.sbv *.srt +*.ssa *.swf *.swp +*.tt *.ttml *.url *.vtt @@ -66,6 +75,7 @@ dist/ zip/ tmp/ venv/ +.venv/ completions/ # Misc @@ -81,6 +91,8 @@ updates_key.pem *.egg-info .tox *.class +*.isorted +*.stackdump # Generated AUTHORS @@ -92,7 +104,7 @@ README.txt *.tar.gz *.zsh *.spec -test/testdata/player-*.js +test/testdata/sigs/player-*.js # Binary /youtube-dl @@ -106,11 +118,11 @@ yt-dlp.zip *.iml .vscode *.sublime-* +*.code-workspace # Lazy extractors */extractor/lazy_extractors.py # Plugins -ytdlp_plugins/extractor/* -!ytdlp_plugins/extractor/__init__.py -!ytdlp_plugins/extractor/sample.py +ytdlp_plugins/ +yt-dlp-plugins