Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 8tracks: Better default titles | Philipp Hagemeister | 2013-01-27 | 1 | -9/+11 | |
| | ||||||
* | 8tracks: Include performer as uploader | Philipp Hagemeister | 2013-01-27 | 1 | -1/+2 | |
| | ||||||
* | 8tracks IE (Closes #652) | Philipp Hagemeister | 2013-01-27 | 1 | -0/+62 | |
| | ||||||
* | Fix Facebook (Closes #375) | Philipp Hagemeister | 2013-01-25 | 1 | -0/+10 | |
| | ||||||
* | 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 | |
| | ||||||
* | RBMA IE (Closes #630) | Philipp Hagemeister | 2013-01-12 | 1 | -0/+13 | |
| | ||||||
* | Merge remote-tracking branch 'jefftimesten/master' | Philipp Hagemeister | 2013-01-12 | 1 | -0/+18 | |
|\ | ||||||
| * | fixed tests (used the --test option) so that they pass. go figure | Jeff Crouse | 2013-01-06 | 1 | -9/+9 | |
| | | ||||||
| * | oops - didn't remove some reminders | Jeff Crouse | 2013-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | made changes recommended in pull request | Jeff Crouse | 2013-01-06 | 1 | -0/+18 | |
| | | ||||||
* | | Add tests for ComedyCentral IE | Philipp Hagemeister | 2013-01-06 | 1 | -0/+34 | |
|/ | ||||||
* | Remove .part files before and after tests | Philipp Hagemeister | 2013-01-01 | 1 | -0/+2 | |
| | ||||||
* | add test for infoq | Philipp Hagemeister | 2013-01-01 | 2 | -1/+13 | |
| | ||||||
* | 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 | 3 | -30/+55 | |
| | ||||||
* | Revert "In tests.json file and md5 join in a 'files' list to handle ↵ | Philipp Hagemeister | 2013-01-01 | 2 | -38/+53 | |
| | | | | | | | | multiple-file IEs" This made the JSON structure really unreadable and was a quick fix. This reverts commit 6535e9511fc18eee2fc640c77fd42a4a39791915. | |||||
* | typo | Philipp Hagemeister | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | ustreamIE | Jaime Marquínez Ferrándiz | 2013-01-01 | 1 | -0/+8 | |
| | ||||||
* | In tests.json file and md5 join in a 'files' list to handle multiple-file IEs | Filippo Valsorda | 2013-01-01 | 2 | -53/+38 | |
| | ||||||
* | Test for steam | Jaime Marquínez Ferrándiz | 2013-01-01 | 1 | -0/+9 | |
| | ||||||
* | Ok, the Escapist test was passing only in my Travis repo, do not ask me why; ↵ | Filippo Valsorda | 2012-12-31 | 1 | -1/+2 | |
| | | | | also, a small bugfix to the latest commit | |||||
* | three small edits | Filippo Valsorda | 2012-12-31 | 1 | -2/+1 | |
| | | | | | | * 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) | |||||
* | Allow ampersand right after ? in youtube URLs (Closes #602) | Philipp Hagemeister | 2012-12-27 | 1 | -2/+7 | |
| | ||||||
* | TweetReel IE | Philipp Hagemeister | 2012-12-27 | 1 | -0/+12 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-12-20 | 5 | -13/+37 | |
|\ | ||||||
| * | Temporary skip Escapist test as it fails only on Travis; we'll make a more ↵ | Filippo Valsorda | 2012-12-20 | 1 | -1/+2 | |
| | | | | | | | | specific workaround later if we can't fix it | |||||
| * | better Vimeo tests; fixed a couple of VimeoIE fields | Filippo Valsorda | 2012-12-20 | 5 | -14/+14 | |
| | | ||||||
| * | new info_dict field: uploader_id | Filippo Valsorda | 2012-12-20 | 1 | -0/+1 | |
| | | ||||||
| * | add info_dict testing to test_download | Filippo Valsorda | 2012-12-20 | 2 | -2/+24 | |
| | | ||||||
* | | FunnyOrDie IE (Fixes #599) | Philipp Hagemeister | 2012-12-20 | 1 | -0/+6 | |
|/ | ||||||
* | Do not use deprecated method | Philipp Hagemeister | 2012-12-20 | 1 | -3/+3 | |
| | ||||||
* | Extend json info data / description file test | Philipp Hagemeister | 2012-12-20 | 1 | -0/+24 | |
| | ||||||
* | test write_info_json | Philipp Hagemeister | 2012-12-20 | 1 | -0/+55 | |
| | ||||||
* | Switch test to metacafe.com, whose DNS seems to be fine atm | Philipp Hagemeister | 2012-12-17 | 1 | -1/+1 | |
| | ||||||
* | a number of new tests and fixes; all tests green on 3.3 | Filippo Valsorda | 2012-12-17 | 1 | -0/+17 | |
| | ||||||
* | test subtitles | Filippo Valsorda | 2012-12-17 | 2 | -1/+65 | |
| | ||||||
* | Tests for justin.tv | Philipp Hagemeister | 2012-12-16 | 1 | -0/+6 | |
| | ||||||
* | NBA IE (Closes #590) | Philipp Hagemeister | 2012-12-13 | 1 | -0/+6 | |
| | ||||||
* | Revert "Don't be too clever" | Philipp Hagemeister | 2012-12-12 | 1 | -5/+7 | |
| | | | | This reverts commit a276e060806c6cabc76b9df964db67939b643e43. | |||||
* | Don't be too clever | Philipp Hagemeister | 2012-12-12 | 1 | -7/+5 | |
| | ||||||
* | streamlined and simplified dynamic tests generation; readded a couple of ↵ | Filippo Valsorda | 2012-12-12 | 3 | -54/+76 | |
| | | | | test features | |||||
* | Merge remote-tracking branch 'gcmalloc/master' into fork_master | Filippo Valsorda | 2012-12-12 | 3 | -324/+65 | |
|\ | ||||||
| * | test automation | gcmalloc | 2012-12-12 | 3 | -322/+65 | |
| | | ||||||
* | | Fix TestYoutubeLists.test_youtube_user | Philipp Hagemeister | 2012-12-11 | 1 | -2/+2 | |
| | | ||||||
* | | 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 | |
| |