summaryrefslogtreecommitdiffstats
path: root/test/test_write_info_json.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify testsPhilipp Hagemeister2013-10-151-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 YoutubeDLJaime Marquínez Ferrándiz2013-06-241-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 modulePhilipp Hagemeister2013-06-231-2/+2
|
* better Vimeo tests; fixed a couple of VimeoIE fieldsFilippo Valsorda2012-12-201-2/+0
|
* Extend json info data / description file testPhilipp Hagemeister2012-12-201-0/+24
|
* test write_info_jsonPhilipp Hagemeister2012-12-201-0/+55