commit: d23e85515a8f58e276e8ac07bf1fa19f4f1aaec8
parent cd37ef44e9af0b050ecf18455cf43cecd08347e9
Author: Sergey M․ <dstftw@gmail.com>
Date: Sat, 11 May 2019 03:14:31 +0700
[tvnow] Fix W605
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/tvnow.py b/youtube_dl/extractor/tvnow.py
@@ -207,7 +207,7 @@ class TVNowNewBaseIE(InfoExtractor):
return result
-"""
+r"""
TODO: new apigw.tvnow.de based version of TVNowIE. Replace old TVNowIE with it
when api.tvnow.de is shut down. This version can't bypass premium checks though.
class TVNowIE(TVNowNewBaseIE):