1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

[tvnow] Fix W605

This commit is contained in:
Sergey M․ 2019-05-11 03:14:31 +07:00
parent cd37ef44e9
commit d23e85515a
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -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):