logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git

.gitignore (521B)


  1. *.pyc
  2. *.pyo
  3. *.class
  4. *~
  5. *.DS_Store
  6. wine-py2exe/
  7. py2exe.log
  8. *.kate-swp
  9. build/
  10. dist/
  11. MANIFEST
  12. README.txt
  13. youtube-dl.1
  14. youtube-dl.bash-completion
  15. youtube-dl.fish
  16. youtube_dl/extractor/lazy_extractors.py
  17. youtube-dl
  18. youtube-dl.exe
  19. youtube-dl.tar.gz
  20. .coverage
  21. cover/
  22. updates_key.pem
  23. *.egg-info
  24. *.srt
  25. *.ttml
  26. *.sbv
  27. *.vtt
  28. *.flv
  29. *.mp4
  30. *.m4a
  31. *.m4v
  32. *.mp3
  33. *.3gp
  34. *.wav
  35. *.ape
  36. *.mkv
  37. *.swf
  38. *.part
  39. *.ytdl
  40. *.swp
  41. test/local_parameters.json
  42. .tox
  43. youtube-dl.zsh
  44. # IntelliJ related files
  45. .idea
  46. *.iml
  47. tmp/
  48. venv/
  49. # VS Code related files
  50. .vscode