diff --git a/weboob/applications/videoob/videoob.py b/weboob/applications/videoob/videoob.py index 576ddb46..5968f540 100644 --- a/weboob/applications/videoob/videoob.py +++ b/weboob/applications/videoob/videoob.py @@ -121,7 +121,7 @@ class Videoob(ReplApplication): os.spawnlp(os.P_WAIT, args[0], *args) def read_url(self, url): - r = requests.get(url, stream=True) + r = requests.get(url, stream=False) buf = r.iter_lines() r.close() return buf