mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 00:25:06 +00:00
Remove unused variable
This commit is contained in:
parent
c37ca4732b
commit
7fa0a67cc1
1 changed files with 0 additions and 2 deletions
|
@ -3307,8 +3307,6 @@ class YoutubeFeedsInfoExtractor(YoutubeBaseInfoExtractor):
|
|||
"""
|
||||
_LOGIN_REQUIRED = True
|
||||
|
||||
_FEED_DATA = r'window\[\"ytInitialData\"\]\W?=\W?({.*?});'
|
||||
|
||||
@property
|
||||
def IE_NAME(self):
|
||||
return 'youtube:%s' % self._FEED_NAME
|
||||
|
|
Loading…
Reference in a new issue