mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-23 00:16:48 +00:00
better test for description
This commit is contained in:
parent
83a70160ae
commit
fab9851619
@ -4,6 +4,7 @@ from __future__ import unicode_literals
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
|
from ..compat import compat_str
|
||||||
from ..utils import (
|
from ..utils import (
|
||||||
ExtractorError,
|
ExtractorError,
|
||||||
int_or_none,
|
int_or_none,
|
||||||
@ -33,7 +34,7 @@ class TubiTvIE(InfoExtractor):
|
|||||||
'id': '715943',
|
'id': '715943',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'WB TV Watchlist',
|
'title': 'WB TV Watchlist',
|
||||||
'description': 're:.*',
|
'description': compat_str,
|
||||||
'uploader_id': 'a12923a141282c8b62e593bac425db99',
|
'uploader_id': 'a12923a141282c8b62e593bac425db99',
|
||||||
'is_live': True,
|
'is_live': True,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user