index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2012-11-28
correction on the test
gcmalloc
2012-11-28
make tests skip on not _WORKING
Filippo Valsorda
2012-11-28
making the metacafe test pass
gcmalloc
2012-11-28
Convert all tabs to 4 spaces (PEP8)
Philipp Hagemeister
2012-11-28
test import
Philipp Hagemeister
2012-11-28
Fix printing title etc.
Philipp Hagemeister
2012-11-27
Make test_utils.py run on Python 3
Philipp Hagemeister
2012-11-27
Remove exclamation mark in --restrict-filenames mode
Philipp Hagemeister
2012-11-27
Add test for asian characters (#551)
Philipp Hagemeister
2012-11-27
Minor filename encoding improvement in a common case
Philipp Hagemeister
2012-11-27
Clean up test
Philipp Hagemeister
2012-11-27
Switch back to underline for invalid characters, and make restricted ASCII-only
Philipp Hagemeister
2012-11-27
Merge remote-tracking branch 'gcmalloc/master'
Philipp Hagemeister
2012-11-26
New optoin --restrict-filenames
Philipp Hagemeister
2012-10-29
Additional tests in file name sanitation
Philipp Hagemeister
2012-10-28
modified filename escaping to a "smarter" one
Filippo Valsorda
2012-10-24
adding second vimeo url
gcmalloc
2012-10-24
skipping vimeo for the moment
gcmalloc
2012-10-24
adding xnxx test
gcmalloc
2012-10-24
adding collegehumor test
gcmalloc
2012-10-23
adding stanford open class courses
gcmalloc
2012-10-23
adding test for vimeo, xvideo and soundcloud
gcmalloc
2012-10-19
changing test from md5 to filesize, the file changed between download
gcmalloc
2012-10-19
cleaning the test that doesn't work with the api for the moment
gcmalloc
2012-10-19
some assertion on the file downloaded
gcmalloc
2012-10-19
removing testing video
gcmalloc
2012-10-19
correcting test to be compatible with python2.6
gcmalloc
2012-10-19
correction on the test
gcmalloc
2012-10-12
adding xvideo
gcmalloc
2012-10-12
adding facebook test
gcmalloc
2012-10-12
adding photobucket test
gcmalloc
2012-10-12
adding metacafe test
gcmalloc
2012-10-12
adding dailymotion test
gcmalloc
2012-10-12
some changes to keep the same standard
gcmalloc
2012-10-12
changing test video
gcmalloc
2012-10-12
correction on the test for the utils.py
gcmalloc
2012-10-12
adding download test with md5 check
gcmalloc
2012-10-12
adding TestCase class and corresponding test
gcmalloc
2012-10-12
correction on the sanitize title method, change in title resulting
gcmalloc
2012-09-27
original test video
Philipp Hagemeister
2011-11-21
Allow non-ASCII characters in simplified titles(Closes #220)
Philipp Hagemeister
2011-11-21
Simplify simplify_title
Philipp Hagemeister
2011-11-21
First tests
Philipp Hagemeister