aboutsummaryrefslogtreecommitdiff
path: root/youtube_dlc/extractor/trovolive.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dlc/extractor/trovolive.py')
-rw-r--r--youtube_dlc/extractor/trovolive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/trovolive.py b/youtube_dlc/extractor/trovolive.py
index 8ad3ebeca..174edfc51 100644
--- a/youtube_dlc/extractor/trovolive.py
+++ b/youtube_dlc/extractor/trovolive.py
@@ -108,4 +108,4 @@ class TrovoLiveIE(InfoExtractor):
'is_live': try_get(player_info, lambda x: x['isLive'], bool),
'thumbnail': url_or_none(vod_info.get('coverUrl')),
'uploader_id': str_or_none(try_get(vod_details, lambda x: x['json'][video_id]['streamerInfo']['uid'])),
- } \ No newline at end of file
+ }