1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-04 23:21:17 +02:00

[youtube:subscriptions] Add space to the description

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-04-03 15:13:52 +02:00
parent 4a419b8851
commit e45d40b171

View File

@ -1753,7 +1753,7 @@ def _real_extract(self, url):
return self.playlist_result(feed_entries, playlist_title=self._PLAYLIST_TITLE)
class YoutubeSubscriptionsIE(YoutubeFeedsInfoExtractor):
IE_DESC = u'YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)'
IE_DESC = u'YouTube.com subscriptions feed, "ytsubs" keyword (requires authentication)'
_VALID_URL = r'https?://www\.youtube\.com/feed/subscriptions|:ytsubs(?:criptions)?'
_FEED_NAME = 'subscriptions'
_PLAYLIST_TITLE = u'Youtube Subscriptions'