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
/
test_download.py
Age
Commit message (
Expand
)
Author
2014-01-17
[everyonesmixtape] Add support (Fixes #2161)
Philipp Hagemeister
2013-12-23
YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks`
Jaime Marquínez Ferrándiz
2013-12-11
Now a new FileDownloader is created when downloading a video
Jaime Marquínez Ferrándiz
2013-11-25
[tests] Remove global_setup function
Philipp Hagemeister
2013-11-20
Adapt test to changed .info.json name
Philipp Hagemeister
2013-11-06
tests: don't run the test if any of the extractors listed in the 'add_ie' fie...
Jaime Marquínez Ferrándiz
2013-11-03
Set the 'extractor_key' field in the info_dict
Jaime Marquínez Ferrándiz
2013-11-03
Add the 'webpage_url' field to info_dict
Jaime Marquínez Ferrándiz
2013-10-28
[tests] a HTTP 503 is a transient issue
Filippo Valsorda
2013-10-28
[tests] don't fail on network errors
Filippo Valsorda
2013-10-28
tests: build the filename from the info_dict if the 'file' key is missing
Jaime Marquínez Ferrándiz
2013-10-15
Simplify tests
Philipp Hagemeister
2013-10-12
Add support for single-test tox runs
Filippo Valsorda
2013-10-07
Simplify test setup
Philipp Hagemeister
2013-10-06
Move try_rm to test helpers
Philipp Hagemeister
2013-08-29
Also print the field that fails if it is a md5 checksum
Jaime Marquínez Ferrándiz
2013-06-28
Print which IE is being skipped in test_download
Jaime Marquínez Ferrándiz
2013-06-27
Add function add_default_info_extractors to YoutubeDL
Jaime Marquínez Ferrándiz
2013-06-27
Move testcase generator to helper
Philipp Hagemeister
2013-06-27
Use str every time
Philipp Hagemeister
2013-06-27
Allow _TESTS attribute for IEs with multiple tests
Philipp Hagemeister
2013-06-27
Allow moving tests into IE files
Philipp Hagemeister
2013-06-25
add tests for use_cipher_signature videos (#897) and the ability to test mult...
Filippo Valsorda
2013-06-24
Split FileDownloader in two classes: FileDownloader and YoutubeDL
Jaime Marquínez Ferrándiz
2013-06-23
Correct module name
Philipp Hagemeister
2013-06-23
Remove mentions of old InfoExtractors module
Philipp Hagemeister
2013-06-23
Improve error reporting for downloads
Philipp Hagemeister
2013-06-23
Improvge error reporting
Philipp Hagemeister
2013-06-09
switch long info_dict fields checking to md5
Filippo Valsorda
2013-06-09
test: extend the reach of info_dict checking
Filippo Valsorda
2013-06-07
raise exceptions on warnings during tests - and solve a couple of them
Filippo Valsorda
2013-06-06
print WARNINGs during test + minor fix to NBAIE
Filippo Valsorda
2013-04-30
Remove a commented line I forgot.
Jaime Marquínez Ferrándiz
2013-04-20
Create a function in InfoExtractors that returns the InfoExtractor class with...
Jaime Marquínez Ferrándiz
2013-04-11
Show whole diff in error cases
Philipp Hagemeister
2013-03-31
retry on UnavailableVideoError
Filippo Valsorda
2013-03-31
import all IEs when testing to resemble more closely the real env
Filippo Valsorda
2013-03-09
Bubble up all the stack of exceptions and retry download tests on timeout errors
Filippo Valsorda
2013-02-01
Switch ComedyCentral test to a permanent URL (They delete full episodes older...
Philipp Hagemeister
2013-01-25
Drop md5: spec for now (unused and breaks int values)
Philipp Hagemeister
2013-01-12
Download progress hooks
Philipp Hagemeister
2013-01-12
Aggressive test timeout to catch hanging servers
Philipp Hagemeister
2013-01-01
Remove .part files before and after tests
Philipp Hagemeister
2013-01-01
add test for infoq
Philipp Hagemeister
2013-01-01
Simplify test parameter initialization
Philipp Hagemeister
2013-01-01
Adapt test_download to support playlists, and remove race conditions
Philipp Hagemeister
2013-01-01
Revert "In tests.json file and md5 join in a 'files' list to handle multiple-...
Philipp Hagemeister
2013-01-01
typo
Philipp Hagemeister
2013-01-01
In tests.json file and md5 join in a 'files' list to handle multiple-file IEs
Filippo Valsorda
2012-12-20
better Vimeo tests; fixed a couple of VimeoIE fields
Filippo Valsorda
[next]