[downloader] overhaul http and text modules

Get rid of the modular structure and simplify/specialize those modules.
This commit is contained in:
Mike Fährmann
2019-06-19 22:19:29 +02:00
parent 03e6876fbe
commit 179d112083
4 changed files with 155 additions and 198 deletions

View File

@@ -134,9 +134,6 @@ class TestTextDownloader(TestDownloaderBase):
def test_text_offset(self):
self._run_test("text:foobar", "foo", "foobar", "txt", "txt")
def test_text_extension(self):
self._run_test("text:foobar", None, "foobar", None, "txt")
def test_text_empty(self):
self._run_test("text:", None, "", "txt", "txt")