[youtube] Fix playlist and feed extraction (closes #25675)
[youtube-dl] / .gitignore
index 9ce4b5e2d5d78771b718313ff942afe77db92f02..c4870a6baf478ed5526c76cf4088dabf09ecba6f 100644 (file)
@@ -22,6 +22,7 @@ cover/
 updates_key.pem
 *.egg-info
 *.srt
+*.ttml
 *.sbv
 *.vtt
 *.flv
@@ -35,8 +36,8 @@ updates_key.pem
 *.mkv
 *.swf
 *.part
+*.ytdl
 *.swp
-test/testdata
 test/local_parameters.json
 .tox
 youtube-dl.zsh
@@ -46,3 +47,7 @@ youtube-dl.zsh
 *.iml
 
 tmp/
+venv/
+
+# VS Code related files
+.vscode