Rapsys Git
/
youtubedl
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
debian/watch: Simplify the watch file.
[youtubedl]
/
.gitignore
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
*.sbv
26
*.vtt
27
*.flv
28
*.mp4
29
*.m4a
30
*.m4v
31
*.mp3
32
*.3gp
33
*.wav
34
*.ape
35
*.mkv
36
*.swf
37
*.part
38
*.swp
39
test/testdata
40
test/local_parameters.json
41
.tox
42
youtube-dl.zsh
43
44
# IntelliJ related files
45
.idea
46
*.iml
47
48
tmp/