Browse Source

[videolecturesnet] Fix rtmp stream glitches (Closes #4968)

totalwebcasting
Sergey M․ 10 years ago
parent
commit
4a8d4a53b1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/videolecturesnet.py

+ 1
- 0
youtube_dl/extractor/videolecturesnet.py View File

@ -70,6 +70,7 @@ class VideoLecturesNetIE(InfoExtractor):
f.update({
'url': v.attrib['streamer'],
'play_path': src,
'rtmp_real_time': True,
})
formats.append(f)
self._sort_formats(formats)


Loading…
Cancel
Save