From: Jaime Marquínez Ferrándiz Date: Thu, 3 Apr 2014 13:13:52 +0000 (+0200) Subject: [youtube:subscriptions] Add space to the description X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=e45d40b1710ef33b9d639dbda99a71a412859936;p=youtube-dl [youtube:subscriptions] Add space to the description --- diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index b6a1884b5..e422d86e4 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -1753,7 +1753,7 @@ class YoutubeFeedsInfoExtractor(YoutubeBaseInfoExtractor): 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'