.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. # Config
  2. *.conf
  3. cookies
  4. *cookies.txt
  5. .netrc
  6. # Downloaded
  7. *.annotations.xml
  8. *.aria2
  9. *.description
  10. *.dump
  11. *.frag
  12. *.frag.aria2
  13. *.frag.urls
  14. *.info.json
  15. *.live_chat.json
  16. *.meta
  17. *.part*
  18. *.tmp
  19. *.temp
  20. *.unknown_video
  21. *.ytdl
  22. .cache/
  23. *.3gp
  24. *.ape
  25. *.ass
  26. *.avi
  27. *.desktop
  28. *.f4v
  29. *.flac
  30. *.flv
  31. *.gif
  32. *.jpeg
  33. *.jpg
  34. *.lrc
  35. *.m4a
  36. *.m4v
  37. *.mhtml
  38. *.mkv
  39. *.mov
  40. *.mp3
  41. *.mp4
  42. *.mpg
  43. *.mpga
  44. *.oga
  45. *.ogg
  46. *.opus
  47. *.png
  48. *.sbv
  49. *.srt
  50. *.ssa
  51. *.swf
  52. *.swp
  53. *.tt
  54. *.ttml
  55. *.url
  56. *.vtt
  57. *.wav
  58. *.webloc
  59. *.webm
  60. *.webp
  61. # Allow config/media files in testdata
  62. !test/**
  63. # Python
  64. *.pyc
  65. *.pyo
  66. .*_cache
  67. wine-py2exe/
  68. py2exe.log
  69. build/
  70. dist/
  71. zip/
  72. tmp/
  73. venv/
  74. .venv/
  75. completions/
  76. # Misc
  77. *~
  78. *.DS_Store
  79. *.kate-swp
  80. MANIFEST
  81. test/local_parameters.json
  82. .coverage
  83. cover/
  84. secrets/
  85. updates_key.pem
  86. *.egg-info
  87. .tox
  88. *.class
  89. *.isorted
  90. *.stackdump
  91. # Generated
  92. AUTHORS
  93. README.txt
  94. .mailmap
  95. *.1
  96. *.bash-completion
  97. *.fish
  98. *.tar.gz
  99. *.zsh
  100. *.spec
  101. test/testdata/sigs/player-*.js
  102. # Binary
  103. /youtube-dl
  104. /youtube-dlc
  105. /yt-dlp
  106. yt-dlp.zip
  107. *.exe
  108. # Text Editor / IDE
  109. .idea
  110. *.iml
  111. .vscode
  112. *.sublime-*
  113. *.code-workspace
  114. # Lazy extractors
  115. */extractor/lazy_extractors.py
  116. # Plugins
  117. ytdlp_plugins/
  118. yt-dlp-plugins