mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-06-30 11:02:54 -05:00
[sportdeutschland] Add support for more plain videos
This commit is contained in:
@ -664,6 +664,9 @@ class InfoExtractor(object):
|
||||
elif line.startswith('#') or not line.strip():
|
||||
continue
|
||||
else:
|
||||
if last_info is none:
|
||||
formats.append({'url': line})
|
||||
continue
|
||||
tbr = int_or_none(last_info.get('BANDWIDTH'), scale=1000)
|
||||
|
||||
f = {
|
||||
|
Reference in New Issue
Block a user