[youtube] Fix playlist and feed extraction (closes #25675)
[youtube-dl] / .gitignore
index 1bea26359e1541fcfc2cf93215def07943696e55..c4870a6baf478ed5526c76cf4088dabf09ecba6f 100644 (file)
@@ -1,17 +1,53 @@
 *.pyc
 *.pyo
+*.class
 *~
+*.DS_Store
 wine-py2exe/
 py2exe.log
-youtube-dl
+*.kate-swp
+build/
+dist/
+MANIFEST
+README.txt
 youtube-dl.1
-LATEST_VERSION
+youtube-dl.bash-completion
+youtube-dl.fish
+youtube_dl/extractor/lazy_extractors.py
+youtube-dl
+youtube-dl.exe
+youtube-dl.tar.gz
+.coverage
+cover/
+updates_key.pem
+*.egg-info
+*.srt
+*.ttml
+*.sbv
+*.vtt
+*.flv
+*.mp4
+*.m4a
+*.m4v
+*.mp3
+*.3gp
+*.wav
+*.ape
+*.mkv
+*.swf
+*.part
+*.ytdl
+*.swp
+test/local_parameters.json
+.tox
+youtube-dl.zsh
+
+# IntelliJ related files
+.idea
+*.iml
+
+tmp/
+venv/
 
-#OS X
-.DS_Store
-.AppleDouble
-.LSOverride
-Icon
-._*
-.Spotlight-V100
-.Trashes
+# VS Code related files
+.vscode