Commit Graph

90 Commits (6dd34719007ebd625aa18b91724cd07e38f854fd)

Author SHA1 Message Date
Philipp Hagemeister 7717ae19fa Add tests for ComedyCentral IE
Philipp Hagemeister 3a648b209c Remove .part files before and after tests
Philipp Hagemeister 511eda8eda add test for infoq
Philipp Hagemeister c073e35b1e Simplify test parameter initialization
Philipp Hagemeister 5c892b0ba9 Adapt test_download to support playlists, and remove race conditions
Philipp Hagemeister 6985325e01 Revert "In tests.json file and md5 join in a 'files' list to handle multiple-file IEs"
This made the JSON structure really unreadable and was a quick fix.

This reverts commit 6535e9511f.
Philipp Hagemeister 911ee27e83 typo
Jaime Marquínez Ferrándiz 278986ea0f ustreamIE
Filippo Valsorda 6535e9511f In tests.json file and md5 join in a 'files' list to handle multiple-file IEs
Jaime Marquínez Ferrándiz deb594a9a0 Test for steam
Filippo Valsorda 0214ce7c75 Ok, the Escapist test was passing only in my Travis repo, do not ask me why; also, a small bugfix to the latest commit
Filippo Valsorda 95fedbf86b three small edits
* ask for a --verbose log when reporting bugs in README.md
* re-enable Escapist test, seems stable now
* check that we are not downloading multiple videos when the template is fixed (NOT a complete fix: not detecting playlists)
Philipp Hagemeister 3bb6165927 Allow ampersand right after ? in youtube URLs (Closes )
Philipp Hagemeister d0d4f277da TweetReel IE
Philipp Hagemeister a7c0f8602e Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister 21a9c6aaac FunnyOrDie IE (Fixes )
Filippo Valsorda 162e3c5261 Temporary skip Escapist test as it fails only on Travis; we'll make a more specific workaround later if we can't fix it
Filippo Valsorda 6b3aef80ce better Vimeo tests; fixed a couple of VimeoIE fields
Filippo Valsorda 77c4beab8a new info_dict field: uploader_id
Filippo Valsorda 0eaf520d77 add info_dict testing to test_download
Philipp Hagemeister 314d506b96 Do not use deprecated method
Philipp Hagemeister af42895612 Extend json info data / description file test
Philipp Hagemeister 3cc687d486 test write_info_json
Philipp Hagemeister 77bd7968ea Switch test to metacafe.com, whose DNS seems to be fine atm
Filippo Valsorda 937021133f a number of new tests and fixes; all tests green on 3.3
Filippo Valsorda 5e5ddcfbcf test subtitles
Philipp Hagemeister b375c8b946 Tests for justin.tv
Philipp Hagemeister 4cc3d07426 NBA IE (Closes )
Philipp Hagemeister 5d01a64719 Revert "Don't be too clever"
This reverts commit a276e06080.
Philipp Hagemeister a276e06080 Don't be too clever
Filippo Valsorda fd5ff02042 streamlined and simplified dynamic tests generation; readded a couple of test features
Filippo Valsorda 2b5b2cb84c Merge remote-tracking branch 'gcmalloc/master' into fork_master
gcmalloc 1535ac2ae9 test automation
Philipp Hagemeister 2c6945be30 Fix TestYoutubeLists.test_youtube_user
Philipp Hagemeister 9a6f4429a0 Fix test selection in Python 2.6
Filippo Valsorda 9789a05c20 fix playlist pagination and add YT playlist tests (closes )
Filippo Valsorda 4fb1acc212 use the new --test option to speed up tests (fetch only first 10K)
now all tests working and passing
Filippo Valsorda d3d3199870 gentests: allow test-specific FileDownloader params override from tests.json
Filippo Valsorda 1ca63e3ae3 the test didn't load our Gzip opener
this was blocking the Vimeo test

+ some more gentest fixes
Philipp Hagemeister 863baa16ec SoundCloud IDs have changed, fix tests
Philipp Hagemeister e387eb5aba Let youtube IE handle IDs starting with PL (Closes )
Philipp Hagemeister 4083bf81a0 Correct metacafe test filename (happens to start with an underscore)
Philipp Hagemeister 796173d08b Keep video IDs verbatim if possible (Closes )
Philipp Hagemeister e575b6821e Improve execution tests
Philipp Hagemeister d78be7e331 Add test for Youku (Mentioned in )
Philipp Hagemeister e91d2338d8 Fix MD5 calculation
Philipp Hagemeister 8af4ed7b4f Fix 2.6 nosetests
Philipp Hagemeister 8176041605 Check during test runtime instead of test generation for _WORKING, and add 2.6 compat
Philipp Hagemeister cdab8aa389 Update download tests
Philipp Hagemeister 627dcfff39 Restrict more characters (Closes )