From 1918465b6a43dc8d6ac32ee0e2c5787cbaa7c941 Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Fri, 13 Dec 2019 04:06:57 +0200 Subject: [PATCH] Fix operator --- youtube_dl/extractor/gamerdvr.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/youtube_dl/extractor/gamerdvr.py b/youtube_dl/extractor/gamerdvr.py index a37006866..48b81fb53 100644 --- a/youtube_dl/extractor/gamerdvr.py +++ b/youtube_dl/extractor/gamerdvr.py @@ -13,12 +13,8 @@ class GamerDVRIE(InfoExtractor): 'info_dict': { 'id': '83193307', 'ext': 'mp4', - 'title': "videogamer3's Xbox Call of Duty®: Modern Warfare® " + - "clip 83193307. Find your Xbox clips on GamerDVR.com", - 'description': "videogamer3's Xbox Call of Duty®: Modern " + - "Warfare® clips and gameplay playing Call of Duty®: Modern " + - "Warfare®. All your Xbox clips and screenshots on GamerDVR.com. " + - "View, manage, and share easily!", + 'title': "videogamer3's Xbox Call of Duty®: Modern Warfare® clip 83193307. Find your Xbox clips on GamerDVR.com", + 'description': "videogamer3's Xbox Call of Duty®: Modern Warfare® clips and gameplay playing Call of Duty®: Modern Warfare®. All your Xbox clips and screenshots on GamerDVR.com. View, manage, and share easily!", 'uploader': 'videogamer3' } }