d0u9 / youtube-dl-webui

Another webui for youtube-dl powered by Flask.
GNU General Public License v2.0
325 stars 113 forks source link

Fails to add when unable to find description. #27

Open minideezel opened 5 years ago

minideezel commented 5 years ago

I get the following when trying to download a multipart streaming .m3u8 url:

Process Worker-2:
Traceback (most recent call last):
  File "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
    self.run()
  File "/usr/local/lib/python3.5/dist-packages/youtube_dl_webui-rolling-py3.5.egg/youtube_dl_webui/worker.py", line 118, in run
    info_dict['description'] = info_dict['description'].replace('\n', '<br />');
KeyError: 'description'
oldiy commented 5 years ago

I also encountered the same problem