Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test/write_info_json | Philipp Hagemeister | 2014-12-14 | 1 | -76/+0 |
| | | | | This is now covered by every single test_download testcase anyways :) | ||||
* | [test_unicode_literals] Arm unicode_literals check | Philipp Hagemeister | 2014-11-26 | 1 | -3/+4 |
| | | | | | | | | | From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise. | ||||
* | Update description value for the write_info_json test (required after ↵ | Jaime Marquínez Ferrándiz | 2013-12-04 | 1 | -0/+1 |
| | | | | 27dcce19045670fc348ff1119c0d2283aaed3ae2) | ||||
* | [tests] Remove global_setup function | Philipp Hagemeister | 2013-11-25 | 1 | -2/+1 |
| | |||||
* | Update test_write_info_json.py | Janez Troha | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | Simplify tests | Philipp Hagemeister | 2013-10-15 | 1 | -17/+15 |
| | | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up | ||||
* | Split FileDownloader in two classes: FileDownloader and YoutubeDL | Jaime Marquínez Ferrándiz | 2013-06-24 | 1 | -6/+6 |
| | | | | | YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video. | ||||
* | Remove mentions of old InfoExtractors module | Philipp Hagemeister | 2013-06-23 | 1 | -2/+2 |
| | |||||
* | better Vimeo tests; fixed a couple of VimeoIE fields | Filippo Valsorda | 2012-12-20 | 1 | -2/+0 |
| | |||||
* | 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 |