mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[tvnow] Fix W605
This commit is contained in:
parent
cd37ef44e9
commit
d23e85515a
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ def _call_api(self, path, video_id, query={}):
|
|||
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):
|
||||
|
|
Loading…
Reference in a new issue