Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix test selection in Python 2.6 | Philipp Hagemeister | 2012-12-11 | 2 | -48/+50 | |
| | | ||||||
* | | fix playlist pagination and add YT playlist tests (closes #569) | Filippo Valsorda | 2012-12-11 | 2 | -4/+74 | |
|/ | ||||||
* | use the new --test option to speed up tests (fetch only first 10K) | Filippo Valsorda | 2012-12-11 | 4 | -93/+135 | |
| | | | | now all tests working and passing | |||||
* | gentests: allow test-specific FileDownloader params override from tests.json | Filippo Valsorda | 2012-12-11 | 1 | -1/+4 | |
| | ||||||
* | the test didn't load our Gzip opener | Filippo Valsorda | 2012-12-11 | 1 | -5/+20 | |
| | | | | | | this was blocking the Vimeo test + some more gentest fixes | |||||
* | SoundCloud IDs have changed, fix tests | Philipp Hagemeister | 2012-12-07 | 2 | -5/+5 | |
| | ||||||
* | Let youtube IE handle IDs starting with PL (Closes #572) | Philipp Hagemeister | 2012-12-04 | 2 | -0/+24 | |
| | ||||||
* | Correct metacafe test filename (happens to start with an underscore) | Philipp Hagemeister | 2012-12-03 | 2 | -4/+4 | |
| | ||||||
* | Keep video IDs verbatim if possible (Closes #571) | Philipp Hagemeister | 2012-12-03 | 1 | -0/+5 | |
| | ||||||
* | Improve execution tests | Philipp Hagemeister | 2012-12-01 | 2 | -13/+26 | |
| | ||||||
* | Add test for Youku (Mentioned in #314) | Philipp Hagemeister | 2012-11-30 | 2 | -1/+19 | |
| | ||||||
* | Fix MD5 calculation | Philipp Hagemeister | 2012-11-29 | 3 | -36/+10 | |
| | ||||||
* | Fix 2.6 nosetests | Philipp Hagemeister | 2012-11-29 | 2 | -4/+6 | |
| | ||||||
* | Check during test runtime instead of test generation for _WORKING, and add ↵ | Philipp Hagemeister | 2012-11-28 | 2 | -29/+59 | |
| | | | | 2.6 compat | |||||
* | Update download tests | Philipp Hagemeister | 2012-11-28 | 3 | -178/+327 | |
| | ||||||
* | Restrict more characters (Closes #566) | Philipp Hagemeister | 2012-11-28 | 1 | -6/+7 | |
| | ||||||
* | Convert all tabs to 4 spaces (PEP8) | Philipp Hagemeister | 2012-11-28 | 3 | -256/+256 | |
| | ||||||
* | test import | Philipp Hagemeister | 2012-11-28 | 1 | -0/+13 | |
| | ||||||
* | Fix printing title etc. | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 | |
| | ||||||
* | Make test_utils.py run on Python 3 | Philipp Hagemeister | 2012-11-27 | 1 | -32/+45 | |
| | ||||||
* | Remove exclamation mark in --restrict-filenames mode | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 | |
| | ||||||
* | Add test for asian characters (#551) | Philipp Hagemeister | 2012-11-27 | 1 | -1/+1 | |
| | ||||||
* | Minor filename encoding improvement in a common case | Philipp Hagemeister | 2012-11-27 | 1 | -0/+7 | |
| | ||||||
* | Clean up test | Philipp Hagemeister | 2012-11-27 | 1 | -1/+0 | |
| | ||||||
* | Switch back to underline for invalid characters, and make restricted ASCII-only | Philipp Hagemeister | 2012-11-27 | 1 | -4/+7 | |
| | ||||||
* | Merge remote-tracking branch 'gcmalloc/master' | Philipp Hagemeister | 2012-11-27 | 1 | -11/+116 | |
|\ | ||||||
| * | adding second vimeo url | gcmalloc | 2012-10-24 | 1 | -3/+17 | |
| | | ||||||
| * | skipping vimeo for the moment | gcmalloc | 2012-10-24 | 1 | -0/+2 | |
| | | ||||||
| * | adding xnxx test | gcmalloc | 2012-10-24 | 1 | -1/+16 | |
| | | ||||||
| * | adding collegehumor test | gcmalloc | 2012-10-24 | 1 | -0/+16 | |
| | | ||||||
| * | adding stanford open class courses | gcmalloc | 2012-10-23 | 1 | -1/+17 | |
| | | ||||||
| * | adding test for vimeo, xvideo and soundcloud | gcmalloc | 2012-10-23 | 1 | -11/+53 | |
| | | ||||||
* | | New optoin --restrict-filenames | Philipp Hagemeister | 2012-11-26 | 1 | -2/+25 | |
| | | ||||||
* | | Additional tests in file name sanitation | Philipp Hagemeister | 2012-10-29 | 1 | -0/+3 | |
| | | ||||||
* | | modified filename escaping to a "smarter" one | Filippo Valsorda | 2012-10-28 | 1 | -5/+5 | |
|/ | ||||||
* | changing test from md5 to filesize, the file changed between download | gcmalloc | 2012-10-19 | 1 | -5/+2 | |
| | ||||||
* | cleaning the test that doesn't work with the api for the moment | gcmalloc | 2012-10-19 | 1 | -30/+1 | |
| | ||||||
* | some assertion on the file downloaded | gcmalloc | 2012-10-19 | 1 | -50/+10 | |
| | ||||||
* | removing testing video | gcmalloc | 2012-10-19 | 1 | -0/+0 | |
| | ||||||
* | correcting test to be compatible with python2.6 | gcmalloc | 2012-10-19 | 2 | -17/+23 | |
| | ||||||
* | correction on the test | gcmalloc | 2012-10-19 | 2 | -25/+37 | |
| | ||||||
* | adding xvideo | gcmalloc | 2012-10-12 | 1 | -2/+49 | |
| | ||||||
* | adding facebook test | gcmalloc | 2012-10-12 | 1 | -1/+20 | |
| | ||||||
* | adding photobucket test | gcmalloc | 2012-10-12 | 1 | -1/+19 | |
| | ||||||
* | adding metacafe test | gcmalloc | 2012-10-12 | 1 | -1/+14 | |
| | ||||||
* | adding dailymotion test | gcmalloc | 2012-10-12 | 1 | -1/+16 | |
| | ||||||
* | some changes to keep the same standard | gcmalloc | 2012-10-12 | 2 | -49/+46 | |
| | ||||||
* | changing test video | gcmalloc | 2012-10-12 | 1 | -3/+3 | |
| | ||||||
* | correction on the test for the utils.py | gcmalloc | 2012-10-12 | 1 | -5/+3 | |
| | ||||||
* | adding download test with md5 check | gcmalloc | 2012-10-12 | 1 | -0/+37 | |
| |