[weibo] fix URLs generated by 'user' extractor (#2601)
This commit is contained in:
@@ -200,7 +200,7 @@ class WeiboUserExtractor(WeiboExtractor):
|
||||
)
|
||||
|
||||
def items(self):
|
||||
base = " {}/u/{}?tabtype=".format(self.root, self._user_id())
|
||||
base = "{}/u/{}?tabtype=".format(self.root, self._user_id())
|
||||
return self._dispatch_extractors((
|
||||
(WeiboHomeExtractor , base + "home"),
|
||||
(WeiboFeedExtractor , base + "feed"),
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
__version__ = "1.22.1"
|
||||
__version__ = "1.22.2-dev"
|
||||
|
||||
Reference in New Issue
Block a user