index
:
youtube-dl.git
debian
master
upstream
packaging youtube-dl for debian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test_download.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Also print the field that fails if it is a md5 checksum
Jaime Marquínez Ferrándiz
2013-08-29
1
-4
/
+3
*
Print which IE is being skipped in test_download
Jaime Marquínez Ferrándiz
2013-06-28
1
-3
/
+5
*
Add function add_default_info_extractors to YoutubeDL
Jaime Marquínez Ferrándiz
2013-06-27
1
-3
/
+1
*
Move testcase generator to helper
Philipp Hagemeister
2013-06-27
1
-12
/
+2
*
Use str every time
Philipp Hagemeister
2013-06-27
1
-1
/
+1
*
Allow _TESTS attribute for IEs with multiple tests
Philipp Hagemeister
2013-06-27
1
-3
/
+9
*
Allow moving tests into IE files
Philipp Hagemeister
2013-06-27
1
-0
/
+7
*
add tests for use_cipher_signature videos (#897) and the ability to test mult...
Filippo Valsorda
2013-06-25
1
-1
/
+3
*
Split FileDownloader in two classes: FileDownloader and YoutubeDL
Jaime Marquínez Ferrándiz
2013-06-24
1
-8
/
+8
*
Correct module name
Philipp Hagemeister
2013-06-23
1
-3
/
+3
*
Remove mentions of old InfoExtractors module
Philipp Hagemeister
2013-06-23
1
-3
/
+3
*
Improve error reporting for downloads
Philipp Hagemeister
2013-06-23
1
-4
/
+7
*
Improvge error reporting
Philipp Hagemeister
2013-06-23
1
-1
/
+1
*
switch long info_dict fields checking to md5
Filippo Valsorda
2013-06-09
1
-5
/
+4
*
test: extend the reach of info_dict checking
Filippo Valsorda
2013-06-09
1
-2
/
+19
*
raise exceptions on warnings during tests - and solve a couple of them
Filippo Valsorda
2013-06-07
1
-8
/
+2
*
print WARNINGs during test + minor fix to NBAIE
Filippo Valsorda
2013-06-06
1
-0
/
+9
*
Remove a commented line I forgot.
Jaime Marquínez Ferrándiz
2013-04-30
1
-1
/
+1
*
Create a function in InfoExtractors that returns the InfoExtractor class with...
Jaime Marquínez Ferrándiz
2013-04-20
1
-1
/
+1
*
Show whole diff in error cases
Philipp Hagemeister
2013-04-11
1
-0
/
+1
*
retry on UnavailableVideoError
Filippo Valsorda
2013-03-31
1
-1
/
+1
*
import all IEs when testing to resemble more closely the real env
Filippo Valsorda
2013-03-31
1
-3
/
+2
*
Bubble up all the stack of exceptions and retry download tests on timeout errors
Filippo Valsorda
2013-03-09
1
-1
/
+15
*
Switch ComedyCentral test to a permanent URL (They delete full episodes older...
Philipp Hagemeister
2013-02-01
1
-1
/
+1
*
Drop md5: spec for now (unused and breaks int values)
Philipp Hagemeister
2013-01-25
1
-5
/
+1
*
Download progress hooks
Philipp Hagemeister
2013-01-12
1
-0
/
+6
*
Aggressive test timeout to catch hanging servers
Philipp Hagemeister
2013-01-12
1
-0
/
+1
*
Remove .part files before and after tests
Philipp Hagemeister
2013-01-01
1
-0
/
+2
*
add test for infoq
Philipp Hagemeister
2013-01-01
1
-1
/
+2
*
Simplify test parameter initialization
Philipp Hagemeister
2013-01-01
1
-3
/
+2
*
Adapt test_download to support playlists, and remove race conditions
Philipp Hagemeister
2013-01-01
1
-23
/
+36
*
Revert "In tests.json file and md5 join in a 'files' list to handle multiple-...
Philipp Hagemeister
2013-01-01
1
-9
/
+10
*
typo
Philipp Hagemeister
2013-01-01
1
-1
/
+1
*
In tests.json file and md5 join in a 'files' list to handle multiple-file IEs
Filippo Valsorda
2013-01-01
1
-10
/
+9
*
better Vimeo tests; fixed a couple of VimeoIE fields
Filippo Valsorda
2012-12-20
1
-5
/
+4
*
add info_dict testing to test_download
Filippo Valsorda
2012-12-20
1
-1
/
+17
*
Revert "Don't be too clever"
Philipp Hagemeister
2012-12-12
1
-5
/
+7
*
Don't be too clever
Philipp Hagemeister
2012-12-12
1
-7
/
+5
*
streamlined and simplified dynamic tests generation; readded a couple of test...
Filippo Valsorda
2012-12-12
1
-52
/
+74
*
test automation
gcmalloc
2012-12-12
1
-188
/
+63
*
use the new --test option to speed up tests (fetch only first 10K)
Filippo Valsorda
2012-12-11
1
-73
/
+85
*
SoundCloud IDs have changed, fix tests
Philipp Hagemeister
2012-12-07
1
-3
/
+3
*
Correct metacafe test filename (happens to start with an underscore)
Philipp Hagemeister
2012-12-03
1
-3
/
+3
*
Add test for Youku (Mentioned in #314)
Philipp Hagemeister
2012-11-30
1
-0
/
+12
*
Fix MD5 calculation
Philipp Hagemeister
2012-11-29
1
-18
/
+5
*
Fix 2.6 nosetests
Philipp Hagemeister
2012-11-29
1
-2
/
+3
*
Check during test runtime instead of test generation for _WORKING, and add 2....
Philipp Hagemeister
2012-11-28
1
-22
/
+38
*
Update download tests
Philipp Hagemeister
2012-11-28
1
-178
/
+150
*
Convert all tabs to 4 spaces (PEP8)
Philipp Hagemeister
2012-11-28
1
-181
/
+181
*
adding second vimeo url
gcmalloc
2012-10-24
1
-3
/
+17
[next]