]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tenplay.py
[cleanup] Minor cleanup
[yt-dlp.git] / yt_dlp / extractor / tenplay.py
index c810cfd0d5192c784353ec67b4d720c759cbc3a5..5b3222ecf8119f2ae82625eb5935ba0d3155f4e2 100644 (file)
@@ -58,7 +58,7 @@ def _get_bearer_token(self, video_id):
             'email': username,
             'password': password,
         }))
-        return "Bearer " + data['jwt']['accessToken']
+        return 'Bearer ' + data['jwt']['accessToken']
 
     def _real_extract(self, url):
         content_id = self._match_id(url)