youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

.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 
     45 # IntelliJ related files
     46 .idea
     47 *.iml
     48 
     49 tmp/
     50 venv/
     51 
     52 # VS Code related files
     53 .vscode