Commit Graph

6 Commits (b186d949cf9d1cd6b723113cbef393d58e87ea3c)

Author SHA1 Message Date
Philipp Hagemeister 44a5f1718a Simplify tests
* Make them directly executable again
* Move common stuff (md5, parameters) to helper
* Never import *
* General clean up
Jaime Marquínez Ferrándiz 8222d8de88 Split FileDownloader in two classes: FileDownloader and YoutubeDL
YoutubeDL is the class that coordinates everything
FileDownloader gets a filename and an info dict and downloads the video.
Philipp Hagemeister 0824c28c8b Remove mentions of old InfoExtractors module
Filippo Valsorda 6b3aef80ce better Vimeo tests; fixed a couple of VimeoIE fields
Philipp Hagemeister af42895612 Extend json info data / description file test
Philipp Hagemeister 3cc687d486 test write_info_json