diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-03-17 09:41:16 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-03-17 09:41:16 +0700 |
commit | ddff25c5d1f21c323cc37c08faa11ea98baef622 (patch) | |
tree | 4690d39e0f5e8f6481ee8e5e4d1f81c02c35305b | |
parent | 81dada0b4ba156812a89f0896579830cccd21fa3 (diff) |
[extractors] Remove superfluous whitespace
-rw-r--r-- | youtube_dl/extractor/extractors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index e27a09509..f32f22a5a 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1400,7 +1400,7 @@ from .webofstories import ( WebOfStoriesPlaylistIE, ) from .weibo import ( - WeiboIE, + WeiboIE, WeiboMobileIE ) from .weiqitv import WeiqiTVIE |